at91bootstrap: make packages hidden
These packages are needed to generate the image, better mark them hidden so we will activate them based on which boards gets build and they will be activated always when the board which needs then gets build. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
6fc8a44282
commit
5147e0d476
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define AT91Bootstrap/Default
|
define AT91Bootstrap/Default
|
||||||
BUILD_TARGET:=at91
|
BUILD_TARGET:=at91
|
||||||
BUILD_SUBTARGET:=sama5
|
BUILD_SUBTARGET:=sama5
|
||||||
|
HIDDEN:=1
|
||||||
AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin
|
AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue