Makefile: Fix only first BUILD_TARGET element being taken

This commit is contained in:
Pau Espin 2017-08-03 18:19:30 +02:00
parent 730c6b87b4
commit d4260e1a4a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ BUILD_TARGET_sysmocom-alix = "core-image-minimal-initramfs meta-toolchain-osmo t
# Pick the one depending on $@. Not sure if .SECONDEXPANSION is more
# approiate here or not.
BUILD_TARGETS=$(BUILD_TARGET_$(CUR_MACHINE))
BUILD_TARGETS="$(BUILD_TARGET_$(CUR_MACHINE))"
#
usage: