linux: replace shell for loop with make foreach loop
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 16 Aug 2018 20:45:23 +0000 (22:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 17 Aug 2018 14:52:00 +0000 (16:52 +0200)
commit1b53b177a638eff051caf017d3f4b92cbb52223b
tree9c896fa4ff8c50b37679682f7565364d31bd4fc5
parent1ee626aab95f63105551334f7f29c9096436bfe9
linux: replace shell for loop with make foreach loop

This commit replaces the loop copying out-of-tree DTS into the kernel
tree by a make foreach loop instead of a shell for loop. This allows
to error out if one of the DTS file cannot be copied (for example if
it doesn't exist).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk