summaryrefslogtreecommitdiff
path: root/target/tools/uboot-mkimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/tools/uboot-mkimage/Makefile')
-rw-r--r--target/tools/uboot-mkimage/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/tools/uboot-mkimage/Makefile b/target/tools/uboot-mkimage/Makefile
deleted file mode 100644
index e93964ff2..000000000
--- a/target/tools/uboot-mkimage/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-all: mkimage.c crc32.c
- $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o ${STAGING_HOST_DIR}/bin/mkimage mkimage.c crc32.c