Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/
H A DMakefilecbb0f001 Sun May 01 09:55:05 CDT 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>