diff options
author | dzu@denx.de <dzu@eddie.localdomain> | 2006-04-19 11:52:46 +0200 |
---|---|---|
committer | Detlev Zundel <dzu@eddie.localdomain> | 2006-04-19 11:52:46 +0200 |
commit | a367d42640e3cb10afeb4950bd5beb1c7f6cf107 (patch) | |
tree | 7c41a069cee7f9e38be792819cdc535524fdc8ab /board/nc650/Makefile | |
parent | 8419c013048b1f15f3fa2fc7c0463d860a04ee3e (diff) | |
download | u-boot-imx-a367d42640e3cb10afeb4950bd5beb1c7f6cf107.zip u-boot-imx-a367d42640e3cb10afeb4950bd5beb1c7f6cf107.tar.gz u-boot-imx-a367d42640e3cb10afeb4950bd5beb1c7f6cf107.tar.bz2 |
Update for NC650 board. Add NC650 based CP850 configuration.
Signed-off-by: dzu@denx.de <dzu@denx.de>
Diffstat (limited to 'board/nc650/Makefile')
-rw-r--r-- | board/nc650/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/nc650/Makefile b/board/nc650/Makefile index a4dd85f..8dc4934 100644 --- a/board/nc650/Makefile +++ b/board/nc650/Makefile @@ -1,4 +1,5 @@ # +# (C) Copyright 2006 Detlev Zundel, dzu@denx.de # (C) Copyright 2004 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # @@ -25,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o +OBJS = $(BOARD).o nand.o flash.o $(LIB): .depend $(OBJS) $(AR) crv $@ $(OBJS) |