summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2011-10-17 22:11:12 +0000
committerStefano Babic <sbabic@denx.de>2011-11-22 08:49:21 +0100
commitdca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b (patch)
tree92ba437ae79174defb3e2017d8a425b14dfbe898 /Makefile
parentff85628674c946ad427a61a245052d98e6532392 (diff)
downloadblackbird-obmc-uboot-dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b.tar.gz
blackbird-obmc-uboot-dca61f0128a15bfc4fdefbbdb4a5f6c10b0c8f0b.zip
tools/env: use lib/crc32.c directly
Instead of linking the file into $(obj) tree use directly the source file. This also prevents littered source tree if building not out-of-tree. Signed-off-by: Andreas Bießmann <biessmann@corscience.de> Acked-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7afd35b98c..d84b350205 100644
--- a/Makefile
+++ b/Makefile
@@ -790,7 +790,7 @@ clobber: clean
@rm -f $(obj)u-boot.ubl
@rm -f $(obj)u-boot.dtb
@rm -f $(obj)u-boot.sb
- @rm -f $(obj)tools/{env/crc32.c,inca-swap-bytes}
+ @rm -f $(obj)tools/inca-swap-bytes
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
@rm -fr $(obj)include/generated
OpenPOWER on IntegriCloud