diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-10 20:32:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-10 20:32:22 +0000 |
commit | d3f5fda543262af3e786142fdcc854509334251a (patch) | |
tree | 2496035f0c282e32a505f129b8e2ddbfcce7345e /openwrt/target/linux/ar531x-2.4 | |
parent | f243e1cc49e00cac0abf6317467a0fccc67773eb (diff) | |
download | mtk-20170518-d3f5fda543262af3e786142fdcc854509334251a.zip mtk-20170518-d3f5fda543262af3e786142fdcc854509334251a.tar.gz mtk-20170518-d3f5fda543262af3e786142fdcc854509334251a.tar.bz2 |
remove old trace/verbose junk
SVN-Revision: 3755
Diffstat (limited to 'openwrt/target/linux/ar531x-2.4')
-rw-r--r-- | openwrt/target/linux/ar531x-2.4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/ar531x-2.4/Makefile b/openwrt/target/linux/ar531x-2.4/Makefile index 6e6551b..3abb30d 100644 --- a/openwrt/target/linux/ar531x-2.4/Makefile +++ b/openwrt/target/linux/ar531x-2.4/Makefile @@ -10,8 +10,8 @@ include ../generic-$(KERNEL)/modules.mk include ../kernel.mk $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE) - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE) + [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches + [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches @$(CP) config $(LINUX_DIR)/.config touch $@ |