diff options
author | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 14:30:53 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-05-06 14:30:53 +0300 |
commit | e4cb5bb286af409d814e4d13c650a736769b854b (patch) | |
tree | 10fe0c97da03e6365df883d5c8ffed52a47f8d45 /drivers/thermal/broadcom/Makefile | |
parent | 39da7c509acff13fc8cb12ec1bb20337c988ed36 (diff) | |
parent | 05d7839aa290901429d8edcd8f7974c9df2bcaa5 (diff) | |
download | linux-e4cb5bb286af409d814e4d13c650a736769b854b.tar.xz |
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc
Diffstat (limited to 'drivers/thermal/broadcom/Makefile')
-rw-r--r-- | drivers/thermal/broadcom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/thermal/broadcom/Makefile b/drivers/thermal/broadcom/Makefile new file mode 100644 index 000000000000..c6f62e4fd0ee --- /dev/null +++ b/drivers/thermal/broadcom/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_BCM2835_THERMAL) += bcm2835_thermal.o +obj-$(CONFIG_BCM_NS_THERMAL) += ns-thermal.o |