Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Unverified Commit 13bbe1c8 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Ilpo Järvinen
Browse files

platform/arm64: build drivers even on non-ARM64 platforms


The Kconfig for platforms/arm64 has 'depends on ARM64 || COMPILE_TEST'.
However due to Makefile having just obj-$(CONFIG_ARM64) the subdir will
not be descended for !ARM64 platforms and thus the drivers won't get
built. This breaks modular builds of other driver drivers which depend
on arm64 platform drivers.

Reported-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fixes: 363c8aea

 ("platform: Add ARM64 platform directory")
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240624-ucsi-yoga-ec-driver-v9-1-53af411a9bd6@linaro.org


Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
parent 5e5f2f92
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment