summaryrefslogtreecommitdiff
path: root/cpu/at91rm9200/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-08-02 23:39:03 +0000
committerwdenk <wdenk>2004-08-02 23:39:03 +0000
commit429168ea88daf7140005c790796fc150d746aacf (patch)
treeb0cf1fbcf6c0e2ef778e4131c2a5967df3c7f931 /cpu/at91rm9200/Makefile
parent6705d81e90ed4466d6e4f445104826096da0c521 (diff)
Patches by Lars Munch, 12 Jul 2004:
- move at45.c to board/at91rm9200dk/ since this is at91rm9200dk board specific - split out the LXT971A PHY from ns_9750_eth.h - split the dm9161 phy part out of at91rm9200_ether.c
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)