call Image/BuildKernel template for targets that export their kernel images without...
[openwrt.git] / target / linux / ar531x-2.4 / Makefile
index 6e6551b..3abb30d 100644 (file)
@@ -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 $@
 
This page took 0.02307 seconds and 4 git commands to generate.