diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-08 23:41:10 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-09 22:58:49 +0100 |
commit | 5147e0d4766ee01ae543921d4370be72fddfff21 (patch) | |
tree | aad0f371024c88f6bd4cbb7f467fe487b7dbea80 /package/boot | |
parent | 6fc8a4428267a03c0675707f7328046ad45fcdc8 (diff) | |
download | mtk-20170518-5147e0d4766ee01ae543921d4370be72fddfff21.zip mtk-20170518-5147e0d4766ee01ae543921d4370be72fddfff21.tar.gz mtk-20170518-5147e0d4766ee01ae543921d4370be72fddfff21.tar.bz2 |
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>
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/at91bootstrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 7e22af6..e704c35 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk define AT91Bootstrap/Default BUILD_TARGET:=at91 BUILD_SUBTARGET:=sama5 + HIDDEN:=1 AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin endef |