diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2013-03-06 17:10:32 +0000 |
| commit | 4153b9005c460e02d36c457367a045444812bb97 (patch) | |
| tree | d6f41a24f4f58d0c85725f61aea0e5deba6d21cd /Makefile | |
| parent | 12eafad11c9c68c979309087d71f1c76e3f1c4b9 (diff) | |
| parent | 16aa878d78086e9bc1c1f1053dc24da295f81e05 (diff) | |
| download | syslinux-5.10-pre1.tar.gz | |
Merge branch 'lwip-merge' into elflinksyslinux-5.10-pre1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -45,7 +45,8 @@ INSTALLABLE_MODULES = $(MODULES) BTARGET = version.gen version.h version.mk BOBJECTS = $(BTARGET) \ mbr/*.bin \ - core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \ + core/pxelinux.0 core/lpxelinux.0 \ + core/isolinux.bin core/isolinux-debug.bin \ gpxe/gpxelinux.0 dos/syslinux.com \ win32/syslinux.exe win64/syslinux64.exe \ dosutil/*.com dosutil/*.sys \ @@ -72,7 +73,7 @@ INSTALL_SBIN = extlinux/extlinux # Things to install in /usr/lib/syslinux INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 gpxe/gpxelinuxk.0 \ core/isolinux.bin core/isolinux-debug.bin \ - dos/syslinux.com \ + dos/syslinux.com core/lpxelinux.0 \ mbr/*.bin $(INSTALLABLE_MODULES) INSTALL_AUX_OPT = win32/syslinux.exe win64/syslinux64.exe INSTALL_DIAG = diag/mbr/handoff.bin \ @@ -85,7 +86,7 @@ INSTALLSUBDIRS = com32 utils dosutil EXTBOOTINSTALL = $(INSTALLABLE_MODULES) # Things to install in /tftpboot -NETINSTALLABLE = core/pxelinux.0 gpxe/gpxelinux.0 \ +NETINSTALLABLE = core/pxelinux.0 gpxe/gpxelinux.0 core/lpxelinux.0 \ $(INSTALLABLE_MODULES) all: |
