diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-03-26 14:23:21 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-03-26 14:23:21 +0000 |
commit | 7c4a53e3f063a2bee4bdec44338fc3c5658f70af (patch) | |
tree | e830ab5e17923442d6651e9ce4b05ee7fdba3f68 /src/Makefile | |
parent | 5590faf14af29421281f40fdd93f8770dd436ce3 (diff) | |
download | ipxe-7c4a53e3f063a2bee4bdec44338fc3c5658f70af.zip ipxe-7c4a53e3f063a2bee4bdec44338fc3c5658f70af.tar.gz ipxe-7c4a53e3f063a2bee4bdec44338fc3c5658f70af.tar.bz2 |
[build] Include ipxe.lkrn in default build
bin/ipxe.lkrn is built anyway in order to create bin/ipxe.iso, so
there is no additional cost to including it within the default build.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
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 e4a4fb4..8cc976b 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) |