From 07664187ac7323af8cbcce166be6fb5e6786fdca Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 7 Aug 2018 19:05:35 +0200 Subject: [PATCH] kernel: fix build on armv5tel Signed-off-by: Arne Fitzenreiter --- lfs/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/linux b/lfs/linux index b5877fc5be..cfdcc4a426 100644 --- a/lfs/linux +++ b/lfs/linux @@ -37,7 +37,6 @@ CXXFLAGS = PAK_VER = 76 DEPS = "" -KERNEL_ARCH = $(BUILD_ARCH) KERNEL_TARGET = bzImage HEADERS_ARCH = $(BUILD_PLATFORM) @@ -52,6 +51,7 @@ ifeq "$(BUILD_ARCH)" "aarch64" endif ifeq "$(BUILD_ARCH)" "armv5tel" + KERNEL_ARCH = arm KERNEL_TARGET = zImage endif -- 2.39.5