diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-04 21:41:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-04 21:41:55 +0100 |
commit | bbaf8c6bdf66ed5cc104d644ee666b316d7cde54 (patch) | |
tree | 1f245d520594251e7ad17457c045794508008272 /target/tools/uboot-mkimage/Makefile | |
parent | 9f21d9bd78d5a8269e72cf5c230207e1b3961b9a (diff) |
move mkimage build to toplevel tools directory, required for avr32 kernel build
Diffstat (limited to 'target/tools/uboot-mkimage/Makefile')
-rw-r--r-- | target/tools/uboot-mkimage/Makefile | 4 |
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 |