X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2FMakefile;h=f7bbdffbf831654ca8617277e5fd7aeb8959f416;hp=af3e3bd26f0fca550dd93ed4993a29d7f8cf355f;hb=e89b9eb588e85b1938dd24a56afcfe7cfaf8b28d;hpb=ff69288edb1c2ef75c0ebb4a2dc159b82b92a3c5 diff --git a/target/linux/Makefile b/target/linux/Makefile index af3e3bd26f..f7bbdffbf8 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -1,41 +1,13 @@ +# +# Copyright (C) 2006-2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/target.mk -PKG_OS:=$(shell uname -s) -PKG_CPU:=$(shell uname -m) +export TARGET_BUILD=1 -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,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 - -prepare: - $(MAKE) -C $(BOARD)-$(KERNEL) prepare - -compile: - $(MAKE) -C $(BOARD)-$(KERNEL) compile - -install: - $(MAKE) -C $(BOARD)-$(KERNEL) install - $(MAKE) -C image/$(BOARD) install - -clean: - $(MAKE) -C $(BOARD)-$(KERNEL) clean - -image/%: - $(MAKE) -C image $(patsubst image/%,%,$@) +prereq clean download prepare compile install menuconfig nconfig oldconfig update refresh: FORCE + @+$(NO_TRACE_MAKE) -C $(BOARD) $@