commit | 66932ac3929c7a145a6ef6574a96fd7535154951 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Sat Apr 04 19:15:40 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 20:07:12 2009 +0200 |
tree | be65df355c75b0fbad2eae167ab0ae4a8b3fbe10 | |
parent | 0a9403c8c753837a27b14ac33bc2b80d362c0e80 [diff] [blame] |
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 11a952b..91bac38 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile
@@ -75,7 +75,7 @@ $(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: