diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 14:02:29 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 14:02:29 +0000 |
| commit | b0cf6af7c2c5bcb6d0d42f2493c529ca100b1744 (patch) | |
| tree | 37e96432998a34db81d0be20dc83ea58361a5773 /openwrt/target/linux/Makefile | |
| parent | 98cca36b432b3e5366d363a5ffc9e8f2874123f2 (diff) | |
| download | mtk-20170518-b0cf6af7c2c5bcb6d0d42f2493c529ca100b1744.zip mtk-20170518-b0cf6af7c2c5bcb6d0d42f2493c529ca100b1744.tar.gz mtk-20170518-b0cf6af7c2c5bcb6d0d42f2493c529ca100b1744.tar.bz2 | |
move target/linux/image to target/image
SVN-Revision: 4040
Diffstat (limited to 'openwrt/target/linux/Makefile')
| -rw-r--r-- | openwrt/target/linux/Makefile | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index e1a314d..bab2684 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -1,33 +1,8 @@ include $(TOPDIR)/rules.mk - -PKG_OS:=$(shell uname -s) -PKG_CPU:=$(shell uname -m) - -define kernel_template -ifeq ($(CONFIG_LINUX_$(3)),y) -KERNEL:=$(1) -BOARD:=$(2) -endif -endef - -$(eval $(call kernel_template,2.4,brcm,2_4_BRCM)) -$(eval $(call kernel_template,2.4,ar7,2_4_AR7)) -$(eval $(call kernel_template,2.4,x86,2_4_X86)) -$(eval $(call kernel_template,2.6,brcm,2_6_BRCM)) -$(eval $(call kernel_template,2.6,rb532,2_6_RB532)) -$(eval $(call kernel_template,2.6,x86,2_6_X86)) -$(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) -$(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) -$(eval $(call kernel_template,2.6,au1000,2_6_AU1000)) -$(eval $(call kernel_template,2.6,xscale,2_6_XSCALE)) -$(eval $(call kernel_template,2.6,sibyte,2_6_SIBYTE)) - -export BOARD -export KERNEL +include $(INCLUDE_DIR)/target.mk source: $(MAKE) -C $(BOARD)-$(KERNEL) source - $(MAKE) -C image/$(BOARD) source prepare: rm -f $(TOPDIR)/.kernel.mk @@ -38,10 +13,6 @@ compile: install: $(MAKE) -C $(BOARD)-$(KERNEL) install - $(MAKE) -C image/$(BOARD) install clean: $(MAKE) -C $(BOARD)-$(KERNEL) clean - -image/%: - $(MAKE) -C image $(patsubst image/%,%,$@) |
