From 66a29eaa02a7fdf8096b212bec0cbdd7db0a12fe Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 19 Jul 2018 09:28:27 +0100 Subject: [PATCH] kernel: apply multi arch patchset for aarch64 Signed-off-by: Arne Fitzenreiter --- lfs/linux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lfs/linux b/lfs/linux index f4700859cf..c5d8a8e88f 100644 --- a/lfs/linux +++ b/lfs/linux @@ -156,6 +156,10 @@ endif ifeq "$(KCFG)" "-multi" # Apply Arm-multiarch kernel patches. cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1 +endif +ifeq "$(BUILD_ARCH)" "aarch64" + # Apply Arm-multiarch kernel patches. + cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1 endif cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch -- 2.39.5