Add armhf to ALL_ARCHES so it gets a build template.

This commit is contained in:
Jeffrey Townsend
2018-12-29 14:52:07 +00:00
parent cee704fd16
commit 5dfbc57966

View File

@@ -13,7 +13,7 @@ endif
include $(ONL)/make/config.mk
# All available architectures.
ALL_ARCHES := amd64 powerpc armel arm64
ALL_ARCHES := amd64 powerpc armel arm64 armhf
# Build rule for each architecture.
define build_arch_template