diff options
Diffstat (limited to 'cpu/at91rm9200/Makefile')
-rw-r--r-- | cpu/at91rm9200/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/at91rm9200/Makefile b/cpu/at91rm9200/Makefile index 0953c9f..fdf6adb 100644 --- a/cpu/at91rm9200/Makefile +++ b/cpu/at91rm9200/Makefile @@ -26,7 +26,8 @@ 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 \ + at91rm9200_ether.o at45.o all: .depend $(START) $(LIB) |