From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Sat, 4 Apr 2009 17:15:40 +0000 (+0200)
Subject: netstar: fix crc32.c dependancy location
X-Git-Tag: v2025.01-rc5-pxa1908~21287
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=66932ac3929c7a145a6ef6574a96fd7535154951;p=u-boot.git

netstar: fix crc32.c dependancy location

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---

diff --git a/board/netstar/Makefile b/board/netstar/Makefile
index 11a952b9b7..91bac38949 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: