]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/delta/Makefile
First steps implementing NAND support. Not working, fails to read ID.
[karo-tx-uboot.git] / board / delta / Makefile
index d968efbf8178f28846fb595c23836366b0fb1a21..e744eec2e000ab4eb52d546b485fa27aee9a5933 100644 (file)
@@ -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)