From: Arne Fitzenreiter Date: Wed, 8 Aug 2018 08:26:38 +0000 (+0200) Subject: kernel: fix build on x86_64 X-Git-Tag: v2.21-core123~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f841117c5377136b85c878fa7252e9a4458a526;p=people%2Fstevee%2Fipfire-2.x.git kernel: fix build on x86_64 oops i deleted a wrong line... Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/linux b/lfs/linux index cfdcc4a426..5e7b334cd2 100644 --- a/lfs/linux +++ b/lfs/linux @@ -37,8 +37,9 @@ CXXFLAGS = PAK_VER = 76 DEPS = "" -KERNEL_TARGET = bzImage HEADERS_ARCH = $(BUILD_PLATFORM) +KERNEL_ARCH = $(BUILD_ARCH) +KERNEL_TARGET = bzImage ifeq "$(BUILD_ARCH)" "i586" KERNEL_ARCH = i386