diff options
Diffstat (limited to 'cpu/at91rm9200/Makefile')
-rw-r--r-- | cpu/at91rm9200/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at91rm9200/Makefile b/cpu/at91rm9200/Makefile index fdf6adb..dfe50c0 100644 --- a/cpu/at91rm9200/Makefile +++ b/cpu/at91rm9200/Makefile @@ -27,7 +27,7 @@ LIB = lib$(CPU).a START = start.o OBJS = serial.o interrupts.o cpu.o \ - at91rm9200_ether.o at45.o + at91rm9200_ether.o all: .depend $(START) $(LIB) |