diff options
author | wdenk <wdenk> | 2004-08-02 23:39:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-02 23:39:03 +0000 |
commit | 429168ea88daf7140005c790796fc150d746aacf (patch) | |
tree | b0cf1fbcf6c0e2ef778e4131c2a5967df3c7f931 /cpu/at91rm9200/Makefile | |
parent | 6705d81e90ed4466d6e4f445104826096da0c521 (diff) | |
download | u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.zip u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.tar.gz u-boot-imx-429168ea88daf7140005c790796fc150d746aacf.tar.bz2 |
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/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) |