summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 777177f0c..e90c099cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
-RELEASE_BOOT_IMG = cdrom.img hd.img hdreiser.img# network.img
+RELEASE_BOOT_IMG = cdrom.img hd.img hdreiser.img network.img
ifeq (i386,$(ARCH))
-#RELEASE_BOOT_IMG += all.img blank.img other.img pcmcia.img
+RELEASE_BOOT_IMG += blank.img #pcmcia.img
endif
ifeq (sparc,$(ARCH))
BOOT_IMG = live.img tftp.img tftprd.img live64.img tftp64.img tftprd64.img