summaryrefslogtreecommitdiff
path: root/target/tools/uboot-mkimage/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-14 21:01:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-14 21:01:27 +0100
commit3c253112ef251feb7151249e0954b7ffc93dbbdb (patch)
tree9582a78b63269c3f62bffa988a71321f0af613ec /target/tools/uboot-mkimage/Makefile
parent03eda9a37f4b903df1f954fe20045099e1c6bf6a (diff)
add mkimage source from Debian package. Update kernel config.
Diffstat (limited to 'target/tools/uboot-mkimage/Makefile')
-rw-r--r--target/tools/uboot-mkimage/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/tools/uboot-mkimage/Makefile b/target/tools/uboot-mkimage/Makefile
new file mode 100644
index 000000000..fd6700cee
--- /dev/null
+++ b/target/tools/uboot-mkimage/Makefile
@@ -0,0 +1,6 @@
+include $(TOPDIR)/rules.mk
+
+all:
+ $(HOSTCC) -c crc32.c -o crc32.o
+ $(HOSTCC) -c mkimage.c -o mkimage.o
+ $(HOSTCC) -o ${STAGING_TOOLS}/bin/mkimage mkimage.o crc32.o