only build sdk and imagebuilder at target/install time
SVN-Revision: 8257
This commit is contained in:
parent
99368862e4
commit
09c82d165a
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
curdir:=target
|
||||
|
||||
$(curdir)/builddirs:=linux sdk imagebuilder
|
||||
$(curdir)/builddirs-prereq:=linux
|
||||
$(curdir)/builddirs-default:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder)
|
||||
$(curdir)/builddirs-default:=linux
|
||||
$(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder)
|
||||
|
||||
$(curdir)/imagebuilder/prepare:=$(curdir)/linux/install
|
||||
|
||||
|
|
Loading…
Reference in a new issue