summaryrefslogtreecommitdiff
path: root/cpu/arm1136/mx31/Makefile
diff options
context:
space:
mode:
authorMagnus Lilja <lilja.magnus@gmail.com>2009-06-13 20:50:03 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-21 16:18:13 +0200
commitdd2f6965a6c71f6f711ec98827880152e022c236 (patch)
treedbce5d324ecb363cbb7880424e4df15b8b11775a /cpu/arm1136/mx31/Makefile
parent958f7da7887fea4a2091ae60944d62c1708c2c55 (diff)
i.MX31: Create a common device file.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'cpu/arm1136/mx31/Makefile')
-rw-r--r--cpu/arm1136/mx31/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/arm1136/mx31/Makefile b/cpu/arm1136/mx31/Makefile
index 1e49e8d80..c8e18f7f0 100644
--- a/cpu/arm1136/mx31/Makefile
+++ b/cpu/arm1136/mx31/Makefile
@@ -27,6 +27,7 @@ LIB = $(obj)lib$(SOC).a
COBJS += generic.o
COBJS += timer.o
+COBJS += devices.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))