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 /board/at91rm9200dk/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 'board/at91rm9200dk/Makefile')
-rw-r--r-- | board/at91rm9200dk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91rm9200dk/Makefile b/board/at91rm9200dk/Makefile index 93ba699..4d32278 100644 --- a/board/at91rm9200dk/Makefile +++ b/board/at91rm9200dk/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := at91rm9200dk.o flash.o +OBJS := at91rm9200dk.o at45.o dm9161.o flash.o SOBJS := $(LIB): $(OBJS) $(SOBJS) |