summaryrefslogtreecommitdiffstats
path: root/board/nc650/Makefile
diff options
context:
space:
mode:
authordzu@denx.de <dzu@eddie.localdomain>2006-04-19 11:52:46 +0200
committerDetlev Zundel <dzu@eddie.localdomain>2006-04-19 11:52:46 +0200
commita367d42640e3cb10afeb4950bd5beb1c7f6cf107 (patch)
tree7c41a069cee7f9e38be792819cdc535524fdc8ab /board/nc650/Makefile
parent8419c013048b1f15f3fa2fc7c0463d860a04ee3e (diff)
downloadtalos-obmc-uboot-a367d42640e3cb10afeb4950bd5beb1c7f6cf107.tar.gz
talos-obmc-uboot-a367d42640e3cb10afeb4950bd5beb1c7f6cf107.zip
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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/nc650/Makefile b/board/nc650/Makefile
index a4dd85f508..8dc4934f79 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)
OpenPOWER on IntegriCloud