From: Michael Tremer Date: Thu, 13 Apr 2017 14:12:49 +0000 (+0100) Subject: linux: Install ARM headers for armv7hl X-Git-Tag: v2.19-core112~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f65d8173429c70c74eeabe1fd317cb911b576586;p=ipfire-2.x.git linux: Install ARM headers for armv7hl Signed-off-by: Michael Tremer --- diff --git a/lfs/linux b/lfs/linux index ec005550f1..8ced5dda18 100644 --- a/lfs/linux +++ b/lfs/linux @@ -56,6 +56,10 @@ else HEADERS_PREFIX = /usr endif +ifeq "$(MACHINE)" "armv7hl" + HEADERS_ARCH=arm +endif + ifeq "$(MACHINE)" "armv5tel" HEADERS_ARCH=arm endif