linux: allow both in-tree and custom dts files
authorSimon van der Veldt <simon.vanderveldt@gmail.com>
Wed, 21 Feb 2018 19:53:16 +0000 (20:53 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 25 Feb 2018 16:19:11 +0000 (17:19 +0100)
commit382fe9f9261812682eab2d35e47aa94dc554380e
treef6d6c40c47fb3f528d88a457165d2b69ae9e8933
parente1a8cdca5d5990ded69ebf521a4a4aa325fe1f6c
linux: allow both in-tree and custom dts files

For some boards, for example the Raspberry Pi, it's necessary to build
in-tree dts files as well as custom/out of tree dts-files (dt-blob.bin).
The existing logic made these two options exclusive, this commit changes
that to allow both in-tree as well as custom sources for dts files.

Signed-off-by: Simon van der Veldt <simon.vanderveldt@gmail.com>
[Arnout: re-wrap help, add extra empty line, change = into +=]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
linux/Config.in
linux/linux.mk