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>
Sat, 4 Aug 2018 11:44:10 +0000 (13:44 +0200)
commitb7e3f10e801998781cf123b9c81c305004f03439
treeed228415f32a9cba7c87698d20a6401bacd484df
parentd93ef3c8c8a22768ae33ad7c7ca603d12a5c88f8
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