Home
last modified time | relevance | path

Searched hist:cbb0f00131e48f38db9eda67e0f731504404567b (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/
H A DMakefilediff cbb0f00131e48f38db9eda67e0f731504404567b Sun May 01 16:55:05 CEST 2022 Sven Peter <sven@svenpeter.dev> 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 <sven@svenpeter.dev>