summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm8272/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2008-08-28 13:50:42 +0200
committerWolfgang Denk <wd@denx.de>2008-09-06 23:32:04 +0200
commita6f2e455b774d0c5d56e44e5661df9adb69b6e07 (patch)
tree2a56e30e0959f024e5c7abf8febeaa9768466419 /board/tqc/tqm8272/Makefile
parent584f979f7ee914e32d408739cbdd2c4457ec18b8 (diff)
downloadblackbird-obmc-uboot-a6f2e455b774d0c5d56e44e5661df9adb69b6e07.tar.gz
blackbird-obmc-uboot-a6f2e455b774d0c5d56e44e5661df9adb69b6e07.zip
TQM8272: move NAND part in seperate File
I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver, because I have no longer access to the hardware. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/tqc/tqm8272/Makefile')
-rw-r--r--board/tqc/tqm8272/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm8272/Makefile b/board/tqc/tqm8272/Makefile
index 6730263512..c97fe1496d 100644
--- a/board/tqc/tqm8272/Makefile
+++ b/board/tqc/tqm8272/Makefile
@@ -28,7 +28,7 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o ../tqm8xx/load_sernum_ethaddr.o
+COBJS = $(BOARD).o ../tqm8xx/load_sernum_ethaddr.o nand.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud