2 # Copyright (C) 2007 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 $(curdir
)/builddirs-parallel
:=linux
10 $(curdir
)/builddirs
:=linux sdk imagebuilder
11 $(curdir
)/builddirs-default
:=linux
12 $(curdir
)/builddirs-install
:=linux
$(if
$(CONFIG_SDK
),sdk
) $(if
$(CONFIG_IB
),imagebuilder
)
14 $(curdir
)/imagebuilder
/prepare
:=$(curdir
)/linux
/install
16 $(eval
$(call stampfile
,$(curdir
),target
,prereq
,.config
))
17 $(eval
$(call stampfile
,$(curdir
),target
,compile
,$(TMP_DIR
)/.build
))
18 $(eval
$(call stampfile
,$(curdir
),target
,install,$(TMP_DIR
)/.build
))
20 $($(curdir
)/stamp-install
): $($(curdir
)/stamp-compile
)
22 $(eval
$(call subdir
,$(curdir
)))
This page took 0.043758 seconds and 5 git commands to generate.