summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2011-03-08 15:18:15 +0000
committerAntoine Ginies <aginies@mandriva.com>2011-03-08 15:18:15 +0000
commit7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23 (patch)
tree00898bd6af164314fd1295a3f753eaae24e6c31d /mdk-stage1
parente195fbf38872f2470d0272790f0a0627b7a7e8de (diff)
downloaddrakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.gz
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.bz2
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.tar.xz
drakx-backup-do-not-use-7c34b0460ebd208a1bbdc3f86705bdc28eb9cf23.zip
remove pcmcia_probe (not needed on server, and need to investigate why this cause KVM trouble...
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 6d30161c9..9b3b5c01b 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -127,10 +127,10 @@ BINS = init stage1 dhcp-client rescue-gui probe-modules
DIRS += pci-resource usb-resource slang newt ppp/pppd rp-pppoe/src
ifeq (i386, $(ARCH))
-DIRS += pcmcia pcmcia-resource sysfs
+DIRS += sysfs
endif
ifeq (x86_64, $(ARCH))
-DIRS += pcmcia pcmcia-resource sysfs
+DIRS += sysfs
endif