summaryrefslogtreecommitdiff
path: root/cpu/at91rm9200/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/at91rm9200/Makefile')
-rw-r--r--cpu/at91rm9200/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at91rm9200/Makefile b/cpu/at91rm9200/Makefile
index fdf6adbc6..dfe50c0b0 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)