summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bbe88e06..295b15381 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ ifeq (ia64,$(ARCH))
BOOT_IMG = all.img
endif
ifeq (x86_64,$(ARCH))
- BOOT_IMG = cdrom.img hd.img hdcdrom_usb.img network.img network_gigabit.img network_usb.img blank.img
+ BOOT_IMG = cdrom.img hd.img hdcdrom_usb.img network.img network_gigabit.img network_usb.img blank.img pcmcia.img
endif
FBOOT_IMG = $(BOOT_IMG:%=images/%)
@@ -60,6 +60,7 @@ install_only:
make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST)
endif
cd $(ROOTDEST)/images; rm -rf alternatives
+ rm -f $(ROOTDEST)/images/*.img-cdcom*
if [ `ls $(ROOTDEST)/images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \
cd $(ROOTDEST)/images; mkdir alternatives; cd alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \
fi