diff options
author | Robin Smidsrød <robin@smidsrod.no> | 2013-07-15 14:21:04 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-07-15 14:52:07 +0200 |
commit | 51d14424bfce4f36c3361cfad5f06a0c7d5ef3ea (patch) | |
tree | 195d6f6add130b7832e416aaa767fc3758d29ada /src/Makefile | |
parent | c0af8c04333e499d2ed91dcb98b2dfe1aec1c7e3 (diff) | |
download | ipxe-51d14424bfce4f36c3361cfad5f06a0c7d5ef3ea.tar.gz |
[build] Include ipxe.pxe in default build
Signed-off-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c6f090d96..792fad99d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -108,7 +108,7 @@ INCDIRS += include . # helpfully suggestive message # ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \ - bin/ipxe.usb bin/undionly.kpxe bin/rtl8139.rom + bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom all : $(ALL) @$(ECHO) '===========================================================' @$(ECHO) |