summaryrefslogtreecommitdiff
path: root/tools/lzma-loader/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-04 18:20:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-04 18:20:10 +0100
commit883ff45f5b095457a2b8c3b58f5a51852ef56b93 (patch)
tree4f4629e7b7916f966465b6c2d6cb6670d961b541 /tools/lzma-loader/Makefile
parent9311739789dd1def6b95c5a604d05f5754ec166d (diff)
cleanup lzma kernel compression support, update lzma binary, remove not used lzma-loader
Diffstat (limited to 'tools/lzma-loader/Makefile')
-rw-r--r--tools/lzma-loader/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/lzma-loader/Makefile b/tools/lzma-loader/Makefile
deleted file mode 100644
index ad4a531b6..000000000
--- a/tools/lzma-loader/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-all:
- $(MAKE) -C src CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" CROSS_COMPILE="$(TARGET_CROSS)" \
- INCLUDE="-I$(LINUX_DIR)/arch/mips/include"