diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 03:13:35 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 03:13:35 +0000 |
| commit | 911deeb3e90893fb77208c6ef404798b635ac57e (patch) | |
| tree | eac48c436a61c613627c79a206dfe1354abfb28d /openwrt/target/linux/Makefile | |
| parent | c5151b11f0e0c2cbc769e96b45ee84d7dc552987 (diff) | |
| download | mtk-20170518-911deeb3e90893fb77208c6ef404798b635ac57e.zip mtk-20170518-911deeb3e90893fb77208c6ef404798b635ac57e.tar.gz mtk-20170518-911deeb3e90893fb77208c6ef404798b635ac57e.tar.bz2 | |
fix non-verbose messages for the new target/linux structure
SVN-Revision: 2901
Diffstat (limited to 'openwrt/target/linux/Makefile')
| -rw-r--r-- | openwrt/target/linux/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 038983f..fbc4e05 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 |
