From aefdc2f4871e5f04e1f18ce31ea24a3c4d429bcf Mon Sep 17 00:00:00 2001 From: Carlos Garces Date: Thu, 23 Apr 2020 21:42:18 +0200 Subject: [PATCH] Fix missing CONFIG_PLATFORM_ARM_AARCH64 config option Removed after 1d807f14d8db2fd460792fe39932bdbc494b3ded --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b34a29e..da2b50f 100644 --- a/Makefile +++ b/Makefile @@ -131,6 +131,7 @@ CONFIG_RTW_SDIO_PM_KEEP_POWER = y CONFIG_MP_VHT_HW_TX_MODE = n ###################### Platform Related ####################### CONFIG_PLATFORM_ARM_RPI = n +CONFIG_PLATFORM_ARM_AARCH64 = n CONFIG_PLATFORM_I386_PC = y CONFIG_PLATFORM_ANDROID_X86 = n CONFIG_PLATFORM_ANDROID_INTEL_X86 = n