diff options
Diffstat (limited to 'cpu/arm720t/Makefile')
-rw-r--r-- | cpu/arm720t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm720t/Makefile b/cpu/arm720t/Makefile index 8c950daee85..f273d929973 100644 --- a/cpu/arm720t/Makefile +++ b/cpu/arm720t/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 serial_netarm.o interrupts.o cpu.o all: .depend $(START) $(LIB) |