projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9403c
)
netstar: fix crc32.c dependancy location
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 17:15:40 +0000
(19:15 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 4 Apr 2009 18:07:12 +0000
(20:07 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/netstar/Makefile
patch
|
blob
|
history
diff --git
a/board/netstar/Makefile
b/board/netstar/Makefile
index 11a952b9b7d752cce89057c7333dc0fc919b6253..91bac3894942a0ac6eaa45d734cc47f09a19f942 100644
(file)
--- 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: