summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 38e059b8e..1f2ea6803 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -135,6 +135,9 @@ endif
ifeq (mips, $(ARCH))
DIRS += sysfs
endif
+ifeq (arm, $(ARCH))
+DIRS += sysfs
+endif
ifeq (i386,$(ARCH))
@@ -148,6 +151,9 @@ endif
ifeq (mips,$(ARCH))
PCMCIA_LIB = sysfs/libsysfs.a
endif
+ifeq (arm,$(ARCH))
+PCMCIA_LIB = sysfs/libsysfs.a
+endif
USB_DEFS_GEN = -DENABLE_USB
USB_DEFS = -DENABLE_USB -DDISABLE_PCIADAPTERS