summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/arm926ejs/Makefile')
-rw-r--r--cpu/arm926ejs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/Makefile b/cpu/arm926ejs/Makefile
index 203278e9cf..060fd20c65 100644
--- a/cpu/arm926ejs/Makefile
+++ b/cpu/arm926ejs/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o
-OBJS = interrupts.o cpu.o
+OBJS = interrupts.o cpu.o cpuinfo.o
all: .depend $(START) $(LIB)