From 7f841117c5377136b85c878fa7252e9a4458a526 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 8 Aug 2018 10:26:38 +0200 Subject: [PATCH] kernel: fix build on x86_64 oops i deleted a wrong line... Signed-off-by: Arne Fitzenreiter --- lfs/linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5