diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index e4a4fb42..8cc976ba 100644 --- a/src/Makefile +++ b/src/Makefile @@ -101,8 +101,8 @@ INCDIRS += include . # Default build target: build the most common targets and print out a # helpfully suggestive message # -ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.iso bin/ipxe.usb \ - bin/undionly.kpxe bin/rtl8139.rom +ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \ + bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom all : $(ALL) @$(ECHO) '===========================================================' @$(ECHO) |