Really build memdisk...
authorhpa <hpa>
Tue, 11 Dec 2001 19:27:10 +0000 (19:27 +0000)
committerhpa <hpa>
Tue, 11 Dec 2001 19:27:10 +0000 (19:27 +0000)
Makefile

index 455e276..d764825 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,15 +46,20 @@ OBSOLETE = pxelinux.bin
 # Things to install in /usr/bin
 INSTALL_BIN = syslinux gethostip ppmtolss16 lss16toppm
 
-all:   $(BTARGET) $(ITARGET) samples
-       ls -l $(BTARGET) $(ITARGET)
+all:   $(BTARGET) $(ITARGET) samples memdisk
+       ls -l $(BTARGET) $(ITARGET) memdisk/memdisk
 
 installer: $(ITARGET) samples
        ls -l $(BTARGET) $(ITARGET)
 
+.PHONY: samples
 samples:
        $(MAKE) -C sample all
 
+.PHONY: memdisk
+memdisk:
+       $(MAKE) -C memdisk all
+
 # The DATE is set on the make command line when building binaries for
 # official release.  Otherwise, substitute a hex string that is pretty much
 # guaranteed to be unique to be unique from build to build.