diff options
Diffstat (limited to 'package')
-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 7e22af6af1..e704c357d1 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 |