cros-board.eclass: Add arm64-generic

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-04-08 13:55:27 -07:00
parent 42a367b2fe
commit 07cb82788f

View File

@ -31,6 +31,7 @@ BOARD_USE_PREFIX="board_use_"
ALL_BOARDS=( ALL_BOARDS=(
amd64-generic amd64-generic
amd64-host amd64-host
arm64-generic
) )
# Add BOARD_USE_PREFIX to each board in ALL_BOARDS to create IUSE. # Add BOARD_USE_PREFIX to each board in ALL_BOARDS to create IUSE.