kernel: fix build on armv5tel

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2018-08-07 19:05:35 +02:00
parent 7529349754
commit 07664187ac

View File

@@ -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