diff options
Diffstat (limited to 'cpu/xscale/Makefile')
-rw-r--r-- | cpu/xscale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/xscale/Makefile b/cpu/xscale/Makefile index c940d6ae454..778a6646f89 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) |