From a13618645f9bbfb5a6a6f97ddfabf9c4dbfb3609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 21 Sep 2004 02:28:43 +0000 Subject: pcmcia works on x86_64 too, update stage1 build for 10.0 --- mdk-stage1/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 76cd102a7..2757f3e50 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -62,6 +62,7 @@ else ifeq (x86_64, $(ARCH)) INITSRC = minilibc.c init.c INIT_DEFS = -DINIT_HEADERS=\"minilibc.h\" -fno-builtin +INIT_DEFS_ADD = -DBINARY=\"/sbin/stage1\" else INITSRC = init.c ifeq (ia64, $(ARCH)) @@ -181,6 +182,9 @@ DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt ppp/pppd rp-ppp ifeq (i386, $(ARCH)) DIRS += pcmcia_ endif +ifeq (x86_64, $(ARCH)) +DIRS += pcmcia_ +endif ifeq (i386,$(ARCH)) @@ -188,6 +192,11 @@ PCMCIA_LIB = pcmcia_/libpcmcia.a PCMCIA_DEFS = -DENABLE_PCMCIA endif +ifeq (x86_64,$(ARCH)) +PCMCIA_LIB = pcmcia_/libpcmcia.a +PCMCIA_DEFS = -DENABLE_PCMCIA +endif + USB_DEFS_GEN = -DENABLE_USB USB_DEFS = -DENABLE_USB -DDISABLE_PCIADAPTERS -- cgit v1.2.1