diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 06:20:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 06:20:55 +0000 |
commit | 2665d7f09e8f1b23744fd19243b2747f654e4656 (patch) | |
tree | 76e80a9a7acecc3dd2b4c9129323a3311284745f /target/linux/Makefile | |
parent | ae439d6682f238bcff9c23a88aabc7b3689c0db5 (diff) | |
download | mtk-20170518-2665d7f09e8f1b23744fd19243b2747f654e4656.zip mtk-20170518-2665d7f09e8f1b23744fd19243b2747f654e4656.tar.gz mtk-20170518-2665d7f09e8f1b23744fd19243b2747f654e4656.tar.bz2 |
cleanup/rewrite of the kernel build process
SVN-Revision: 5226
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 8682fc2..2a9cf7d 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -11,7 +11,6 @@ download: $(MAKE) -C $(BOARD)-$(KERNEL) download prepare: - rm -f $(TOPDIR)/.kernel.mk $(MAKE) -C $(BOARD)-$(KERNEL) prepare compile: |