diff options
| author | Ley Foon Tan <[email protected]> | 2019-10-11 13:48:33 +0800 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2020-01-07 14:38:33 +0100 |
| commit | 5c9c71b660a01d088ac66b7b8c1378915bcef68e (patch) | |
| tree | 03182cd59e9c934a9de02ab091871455b077a830 /drivers/cache | |
| parent | 5a8fa095cb848c60c630a83edf30d4fc46101e90 (diff) | |
spl: Allow cache drivers to be used in SPL
Add an option for building cache drivers in SPL.
Signed-off-by: Ley Foon Tan <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
Diffstat (limited to 'drivers/cache')
| -rw-r--r-- | drivers/cache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cache/Makefile b/drivers/cache/Makefile index 4a6458c6027..924217044a0 100644 --- a/drivers/cache/Makefile +++ b/drivers/cache/Makefile @@ -1,5 +1,5 @@ -obj-$(CONFIG_CACHE) += cache-uclass.o +obj-$(CONFIG_$(SPL_TPL_)CACHE) += cache-uclass.o obj-$(CONFIG_SANDBOX) += sandbox_cache.o obj-$(CONFIG_L2X0_CACHE) += cache-l2x0.o obj-$(CONFIG_V5L2_CACHE) += cache-v5l2.o |
