From: Felix Fietkau Date: Wed, 11 Jan 2006 03:13:35 +0000 (+0000) Subject: fix non-verbose messages for the new target/linux structure X-Git-Tag: reboot~31303 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=911deeb3e90893fb77208c6ef404798b635ac57e;hp=c5151b11f0e0c2cbc769e96b45ee84d7dc552987 fix non-verbose messages for the new target/linux structure SVN-Revision: 2901 --- diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 038983f3aa..fbc4e050dd 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -9,23 +9,23 @@ IB_DIR:=$(BUILD_DIR)/$(IB_NAME) define kernel_template $(1)/$(2)-clean: - @$(TRACE) target/linux/linux-$(1)/clean + @$(TRACE) target/linux/$(2)-$(1)/clean $(MAKE) -C $(2)-$(1) BOARD="$(2)" clean $(1)/$(2)-prepare: - @$(TRACE) target/linux/linux-$(1)/prepare + @$(TRACE) target/linux/$(2)-$(1)/prepare $(MAKE) -C $(2)-$(1) BOARD="$(2)" prepare $(1)/$(2)-compile: - @$(TRACE) target/linux/linux-$(1)/compile + @$(TRACE) target/linux/$(2)-$(1)/compile $(MAKE) -C $(2)-$(1) BOARD="$(2)" compile $(1)/$(2)-rebuild: - @$(TRACE) target/linux/linux-$(1)/rebuild + @$(TRACE) target/linux/$(2)-$(1)/rebuild $(MAKE) -C $(2)-$(1) BOARD="$(2)" rebuild $(1)/$(2)-install: - @$(TRACE) target/linux/linux-$(1)/install + @$(TRACE) target/linux/$(2)-$(1)/install $(MAKE) -C $(2)-$(1) BOARD="$(2)" install $(1)/$(2)-image: $(1)/$(2)-install