From: Sven Peter Date: Sun, 1 May 2022 14:55:05 +0000 (+0200) Subject: soc: apple: Always include Makefile X-Git-Tag: v6.1-rc5~1258^2~11^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbb0f00131e48f38db9eda67e0f731504404567b;p=platform%2Fkernel%2Flinux-starfive.git soc: apple: Always include Makefile We want to allow the code inside drivers/soc/apple to be compiled with COMPILE_TEST but this will currently result in linking errors because ARCH_APPLE is not set and make will never recurse into drivers/soc/apple. Let's just unconditionally recurse into apple/ since all drivers in there are guarded by config options anyways. Signed-off-by: Sven Peter --- diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile index 904eec2..6ad4177 100644 --- a/drivers/soc/Makefile +++ b/drivers/soc/Makefile @@ -4,7 +4,7 @@ # obj-$(CONFIG_ARCH_ACTIONS) += actions/ -obj-$(CONFIG_ARCH_APPLE) += apple/ +obj-y += apple/ obj-y += aspeed/ obj-$(CONFIG_ARCH_AT91) += atmel/ obj-y += bcm/