From 01b47be3701dced43e6f4f53da2278c9d5902e52 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 9 May 2007 13:12:15 +0000 Subject: build pcmcia header only on i386/x86_64 (patch from Pixel, #30668) --- mdk-stage1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdk-stage1/Makefile') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 44f988ffa..41fee42c9 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -133,12 +133,12 @@ STAGE1OBJS-FULL = $(subst .c,-FULL.o,$(STAGE1_ALLSRC)) BINS = init stage1 dhcp-client rescue-gui -DIRS += pci-resource pcmcia-resource usb-resource slang newt ppp/pppd rp-pppoe/src +DIRS += pci-resource usb-resource slang newt ppp/pppd rp-pppoe/src ifeq (i386, $(ARCH)) -DIRS += pcmcia sysfs +DIRS += pcmcia pcmcia-resource sysfs endif ifeq (x86_64, $(ARCH)) -DIRS += pcmcia sysfs +DIRS += pcmcia pcmcia-resource sysfs endif -- cgit v1.2.1