imagebuilder: fix `make info` for empty SUPPORTED_DEVICES
authorPaul Spooren <[email protected]>
Tue, 13 Aug 2019 21:38:17 +0000 (11:38 -1000)
committerJo-Philipp Wich <[email protected]>
Wed, 14 Aug 2019 06:14:52 +0000 (08:14 +0200)
commit07926d7def59e5684b488e9b614342edc19e7eb2
treed1344422f382ef0882f54ec5c964c8b9c861b069
parent7546be60074e452751ba2a48eddbc13910bec708
imagebuilder: fix `make info` for empty SUPPORTED_DEVICES

For x86/64 (maybe more) target the SUPPORTED_DEVICES variable is empty
which causes the `&&` junction to fail, producing a non zero exit code.

Tested-by: Paul Spooren <[email protected]>
Fixed-by: Jo-Philipp Wich <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
target/imagebuilder/files/Makefile