diff options
author | wdenk <wdenk> | 2004-11-21 00:06:33 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-11-21 00:06:33 +0000 |
commit | 9d5028c2f7a65d3777867a6cfc966a01a5823132 (patch) | |
tree | c971cc2b0d41e422585c1911fffda7d2d6403ee4 /board/at91rm9200dk/Makefile | |
parent | cacfab588a897c369a4906818c5ed4bc40a450c5 (diff) |
* Update for AT91RM9200DK and CMC_PU2 boards:
- Enable booting directly from flash
- fix CMC_PU2 flash driver
* Fix mkimage usage message
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 4d3227876b2..f94bd990da1 100644 --- a/board/at91rm9200dk/Makefile +++ b/board/at91rm9200dk/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a OBJS := at91rm9200dk.o at45.o dm9161.o flash.o -SOBJS := +SOBJS := memsetup.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) |