summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-08-20 16:12:07 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-08-20 16:12:07 +0000
commitf8279c76c0018f0dc3df4c9debc0bed1e6774649 (patch)
tree68e7a3fe5908730147b9788241d8b7c2957a61d9 /Makefile
parentfa952752cc78b57266f537b0cc9a3652756b4851 (diff)
downloaddrakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar
drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.gz
drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.bz2
drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.tar.xz
drakx-backup-do-not-use-f8279c76c0018f0dc3df4c9debc0bed1e6774649.zip
- Strip modules on AMD64 with K. O. script
- Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c12c84e46..3286b9980 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_usb.img blank.img
+ BOOT_IMG = cdrom.img hd.img hdcdrom_usb.img network.img network_gigabit.img network_usb.img blank.img
endif
FBOOT_IMG = $(BOOT_IMG:%=images/%)