diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2020-01-15 18:31:37 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-15 18:31:37 +0100 |
commit | d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a (patch) | |
tree | 7cb6fa45fd1cb4bdad89c7b7832a72df893c838c /drivers/soc/sifive/Makefile | |
parent | i2c: parport: move include file into main source (diff) | |
parent | i2c: tegra: Properly disable runtime PM on driver's probe error (diff) | |
download | linux-d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a.tar.xz linux-d02e5ee09bd98b8cec9c2e26b486ed4d6d1b7e2a.zip |
Merge branch 'i2c/for-current' into i2c/for-5.6
Diffstat (limited to 'drivers/soc/sifive/Makefile')
-rw-r--r-- | drivers/soc/sifive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/sifive/Makefile b/drivers/soc/sifive/Makefile new file mode 100644 index 000000000000..b5caff77938f --- /dev/null +++ b/drivers/soc/sifive/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0 + +obj-$(CONFIG_SIFIVE_L2) += sifive_l2_cache.o |