summaryrefslogtreecommitdiff
path: root/board/delta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/delta/Makefile')
-rw-r--r--board/delta/Makefile2
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)