diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-28 18:05:25 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-28 18:05:25 +0100 |
commit | 6949328d7df7a98b88a8edc0f7238687a3083a22 (patch) | |
tree | a6909a0121f01c6f76df82a257682b29a750516f /board/delta/Makefile | |
parent | 0377dca227cc883bbaacbe1c442cef5bd6b0e121 (diff) | |
download | u-boot-imx-6949328d7df7a98b88a8edc0f7238687a3083a22.zip u-boot-imx-6949328d7df7a98b88a8edc0f7238687a3083a22.tar.gz u-boot-imx-6949328d7df7a98b88a8edc0f7238687a3083a22.tar.bz2 |
First steps implementing NAND support. Not working, fails to read ID.
Diffstat (limited to 'board/delta/Makefile')
-rw-r--r-- | board/delta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/delta/Makefile b/board/delta/Makefile index d968efb..e744eec 100644 --- a/board/delta/Makefile +++ b/board/delta/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := delta.o flash.o +OBJS := delta.o nand.o SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) |