linux: fix appended dtb handling of pre/post v3.8-rc1
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 8 Jan 2013 11:23:56 +0000 (11:23 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 8 Jan 2013 23:07:56 +0000 (00:07 +0100)
commita1cfe20df6c6b4f148db0c104e8ff701654a2c09
tree9d109cbd56609752c1be8f9b27be0c7472e5dd0e
parentb0e63e5b9a736e70a24e156033663088b4a7f199
linux: fix appended dtb handling of pre/post v3.8-rc1

The $(wildcard ) doesn't work for LINUX_APPEND_DTB, because the .dtb
doesn't exist yet at that point.

Also factor the common part out.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk