summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-17 21:09:25 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-17 21:09:25 +0200
commit4c03bb1d580d6566bef6edc4ef1e378259bc036b (patch)
tree266cc4e8bb784f4d2b795ba8c343a7b6e93f660c /arch/arm
parent5d746e895307d77de4f80fa058a1178700e89905 (diff)
downloadbarebox-4c03bb1d580d6566bef6edc4ef1e378259bc036b.tar.gz
barebox-4c03bb1d580d6566bef6edc4ef1e378259bc036b.tar.xz
first time running
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-imx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
index 405c757ce1..4d0951a44e 100644
--- a/arch/arm/mach-imx/Makefile
+++ b/arch/arm/mach-imx/Makefile
@@ -1,7 +1,6 @@
obj-y += clocksource.o
-obj-$(CONFIG_ARCH_IMX1) += speed-imx1.o
-obj-$(CONFIG_ARCH_IMX27) += speed-imx27.o
-obj-$(CONFIG_ARCH_IMX31) += speed-imx31.o
+obj-$(CONFIG_ARCH_IMX1) += speed-imx1.o gpio.o
+obj-$(CONFIG_ARCH_IMX27) += speed-imx27.o gpio.o
+obj-$(CONFIG_ARCH_IMX31) += speed-imx31.o gpio-imx31.o
obj-y += speed.o
-obj-y += gpio.o