From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 4 Apr 2009 17:15:40 +0000 (+0200) Subject: netstar: fix crc32.c dependancy location X-Git-Tag: v2009.06-rc1~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66932ac3929c7a145a6ef6574a96fd7535154951;p=platform%2Fkernel%2Fu-boot.git netstar: fix crc32.c dependancy location Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 11a952b..91bac38 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: