sdk: include arch/arm/ Linux includes along with arch/arm64/ ones
authorJo-Philipp Wich <jo@mein.io>
Fri, 3 Aug 2018 11:45:27 +0000 (13:45 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 3 Aug 2018 11:48:04 +0000 (13:48 +0200)
commit2589f8589c95ee599a4f228fe2a959e809f8decb
tree253779050120e6bbb16517714b46cd355ac7f126
parent7d15f96eaf76e3fd0ed712590832e13eca37fb16
sdk: include arch/arm/ Linux includes along with arch/arm64/ ones

The Linux headers on arm64 architectures contain references to common
arch/arm/ headers which were not bundled by the SDK so far.

Check if we're packing the SDK for an arm64 target and if we do, also
include arch/arm headers as well.

Fixes FS#1725.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 4bb8a678e0e0eaf5c3651cc73f3b2c4cb1d267a2)
target/sdk/Makefile