aboutsummaryrefslogtreecommitdiff
path: root/cpu/xscale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/xscale/Makefile')
-rw-r--r--cpu/xscale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/xscale/Makefile b/cpu/xscale/Makefile
index c940d6ae4..778a6646f 100644
--- a/cpu/xscale/Makefile
+++ b/cpu/xscale/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(CPU).a
START = start.o
-OBJS = serial.o interrupts.o cpu.o
+OBJS = serial.o interrupts.o cpu.o i2c.o
all: .depend $(START) $(LIB)