From 429168ea88daf7140005c790796fc150d746aacf Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 2 Aug 2004 23:39:03 +0000 Subject: 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 --- cpu/at91rm9200/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/at91rm9200/Makefile') 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) -- cgit v1.2.3