From f8279c76c0018f0dc3df4c9debc0bed1e6774649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 20 Aug 2003 16:12:07 +0000 Subject: - Strip modules on AMD64 with K. O. script - Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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/%) -- cgit v1.2.1