summaryrefslogtreecommitdiff
path: root/cpu/arm1136/mx31/Makefile
diff options
context:
space:
mode:
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))