summaryrefslogtreecommitdiffstats
path: root/tools/crc32.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-06-06 14:04:32 +0900
committerTom Rini <trini@ti.com>2014-06-11 16:27:05 -0400
commitad80c4a3220b5348f904f909ed572c364d50f867 (patch)
tree3c268b5ec197bd761b3628f40ca9f069ab3b41cf /tools/crc32.c
parent4a36be9bdb42157401618681c9ac28e3824c120e (diff)
downloadtalos-obmc-uboot-ad80c4a3220b5348f904f909ed572c364d50f867.tar.gz
talos-obmc-uboot-ad80c4a3220b5348f904f909ed572c364d50f867.zip
kbuild, tools: generate wrapper C sources automatically by Makefile
There are many source files shared between U-boot image and tools. Instead of adding a lot of dummy wrapper files that just include the corresponding file in lib/ or common/ directory, Makefile should automatically generate them. The original inspiration for this came from scripts/Makefile.asm-generic of Linux Kernel. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/crc32.c')
-rw-r--r--tools/crc32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/crc32.c b/tools/crc32.c
deleted file mode 100644
index aed7112f6a..0000000000
--- a/tools/crc32.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../lib/crc32.c"
OpenPOWER on IntegriCloud