From 0fc4f64c59873a47d555dd66bad25797d4ecb0ed Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Tue, 31 Mar 2009 13:43:10 +0200 Subject: NetStar: fix NAND Fix NAND support broken during new NAND code merge. Move those few lines of code to board/netstar/netstar.c Signed-off-by: Ladislav Michl --- board/netstar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/netstar/Makefile') diff --git a/board/netstar/Makefile b/board/netstar/Makefile index ba9d6c8cfe..11a952b9b7 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := netstar.o nand.o +COBJS := netstar.o SOBJS := setup.o crcek.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) eeprom.c \ -- cgit v1.2.1