arm-trusted-firmware: cleanup make target handling
authorLuca Ceresoli <luca@lucaceresoli.net>
Wed, 14 Jun 2017 11:22:27 +0000 (13:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 15 Jun 2017 20:38:32 +0000 (22:38 +0200)
commit6b683515bc4d1e223ed2d0e723cf8344ec669a99
tree30c0c15e29acb6b4efa21519de6524d15eb4069b
parent6846d83b14fec69097a4ad6bd382c929fb91a315
arm-trusted-firmware: cleanup make target handling

ARM_TRUSTED_FIRMWARE_MAKE_TARGET is expanded, but it's never assigned
so it is always empty. On the other hand the make targets are defined
in ARM_TRUSTED_FIRMWARE_MAKE_OPTS, which should contain options, not
targets.

Clean it all up by moving the targets in the proper place, replacing
the useless $(ARM_TRUSTED_FIRMWARE_MAKE_TARGET).

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/arm-trusted-firmware/arm-trusted-firmware.mk