From 66932ac3929c7a145a6ef6574a96fd7535154951 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 4 Apr 2009 19:15:40 +0200 Subject: [PATCH] netstar: fix crc32.c dependancy location Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/netstar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 11a952b9b..91bac3894 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -75,7 +75,7 @@ $(obj)crcit: $(obj)crcit.o $(obj)crc32.o $(obj)crcit.o: crcit.c $(HOSTCC) $(HOST_CFLAGS) -o $@ -c $< -$(obj)crc32.o: $(OBJTREE)/tools/crc32.c +$(obj)crc32.o: $(SRCTREE)/lib_generic/crc32.c $(HOSTCC) $(HOST_CFLAGS) -DUSE_HOSTCC -o $@ -c $< clean: