summaryrefslogtreecommitdiffstats
path: root/drivers/platform/Makefile
diff options
context:
space:
mode:
authorHuacai Chen2015-03-29 04:54:09 +0200
committerRalf Baechle2015-04-01 17:22:17 +0200
commit64f09aa967e1a6effdffcbf14c912ec5f9e3715e (patch)
tree3c776ec46700b0de7bcbcb38dd2d3f2a0d3726c7 /drivers/platform/Makefile
parentMIPS: perf: Add hardware perf events support for Loongson-3 (diff)
downloadkernel-qcow2-linux-64f09aa967e1a6effdffcbf14c912ec5f9e3715e.tar.gz
kernel-qcow2-linux-64f09aa967e1a6effdffcbf14c912ec5f9e3715e.tar.xz
kernel-qcow2-linux-64f09aa967e1a6effdffcbf14c912ec5f9e3715e.zip
MIPS: Loongson-3: Add CPU Hwmon platform driver
This add CPU Hwmon (temperature sensor) platform driver for Loongson-3. Signed-off-by: Huacai Chen <chenhc@lemote.com> Cc: Steven J. Hill <Steven.Hill@imgtec.com> Cc: linux-mips@linux-mips.org Cc: Fuxin Zhang <zhangfx@lemote.com> Cc: Zhangjin Wu <wuzhangjin@gmail.com> Patchwork: https://patchwork.linux-mips.org/patch/9617/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/platform/Makefile')
-rw-r--r--drivers/platform/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/Makefile b/drivers/platform/Makefile
index 3656b7b17b99..ca2692510733 100644
--- a/drivers/platform/Makefile
+++ b/drivers/platform/Makefile
@@ -3,6 +3,7 @@
#
obj-$(CONFIG_X86) += x86/
+obj-$(CONFIG_MIPS) += mips/
obj-$(CONFIG_OLPC) += olpc/
obj-$(CONFIG_GOLDFISH) += goldfish/
obj-$(CONFIG_CHROME_PLATFORMS) += chrome/