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:47:29 +0000 (13:47 +0200)
commit4bb8a678e0e0eaf5c3651cc73f3b2c4cb1d267a2
treeb26c3750f367f71b9f6c9e445c52de33900e7e30
parent13c66f88207149521e5ab675603fd6c650309dbf
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>
target/sdk/Makefile