diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-21 14:43:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-21 14:43:32 +0000 |
commit | 06e0bdfe68920691681c0db04f31dc1c90fdad98 (patch) | |
tree | 0855cbcf8e5bd3070241d80cf4a155ca5aa7989d /mdk-stage1/Makefile | |
parent | e7824747d4e6dff795518d8f70b82ac08fa332f2 (diff) | |
download | drakx-06e0bdfe68920691681c0db04f31dc1c90fdad98.tar drakx-06e0bdfe68920691681c0db04f31dc1c90fdad98.tar.gz drakx-06e0bdfe68920691681c0db04f31dc1c90fdad98.tar.bz2 drakx-06e0bdfe68920691681c0db04f31dc1c90fdad98.tar.xz drakx-06e0bdfe68920691681c0db04f31dc1c90fdad98.zip |
migrate to pcmcia support from kernel, patching untouched imported
sources from pcmcia-cs-3.1.29, to ease further updates of vendor
code (start from a clean pcmcia_ subdir)
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r-- | mdk-stage1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 1e4b25653..a58fabaa7 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -152,12 +152,12 @@ DIRS = dietlibc endif DIRS += mar pci-resource usb-resource bzlib $(INSMOD) slang newt ppp/pppd rp-pppoe/src ifeq (i386,$(ARCH)) -DIRS += pcmcia +DIRS += pcmcia_ endif ifeq (i386,$(ARCH)) -GLIBC_PCMCIA_LIB = pcmcia/libpcmcia.a +GLIBC_PCMCIA_LIB = pcmcia_/libpcmcia.a DIETLIBC_PCMCIA_LIB = $(subst .a,-DIET.a,$(GLIBC_PCMCIA_LIB)) PCMCIA_LIB = $($(L)_PCMCIA_LIB) PCMCIA_DEFS = -DENABLE_PCMCIA |