summaryrefslogtreecommitdiffstats
path: root/drivers/platform/mips/Makefile
diff options
context:
space:
mode:
authorHuacai Chen <chenhc@lemote.com>2015-03-29 10:54:10 +0800
committerRalf Baechle <ralf@linux-mips.org>2015-04-01 17:22:18 +0200
commit9c057b3e02184b111d3392be75efc7c94f0fdf20 (patch)
treee0c440e8fed559159521f72dc128a69fa09b61bb /drivers/platform/mips/Makefile
parent64f09aa967e1a6effdffcbf14c912ec5f9e3715e (diff)
downloadop-kernel-dev-9c057b3e02184b111d3392be75efc7c94f0fdf20.zip
op-kernel-dev-9c057b3e02184b111d3392be75efc7c94f0fdf20.tar.gz
MIPS: Loongson-3: Add chipset ACPI platform driver
This add south-bridge (SB700/SB710/SB800 chipset) ACPI platform driver for Loongson-3. This will be used by EC (Embedded Controller, used by laptops) driver and STR (Suspend To RAM). [ralf@linux-mips.org: Fix build error if !CONFIG_CPU_LOONGSON3. Build doesn't like it if no obj-* variable is defined at all in a Makefile. Obviously this has not been tested on other platforms.] 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/9619/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/platform/mips/Makefile')
-rw-r--r--drivers/platform/mips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/mips/Makefile b/drivers/platform/mips/Makefile
index 8dfd039..4341284 100644
--- a/drivers/platform/mips/Makefile
+++ b/drivers/platform/mips/Makefile
@@ -1 +1,2 @@
+obj-$(CONFIG_MIPS_ACPI) += acpi_init.o
obj-$(CONFIG_CPU_HWMON) += cpu_hwmon.o
OpenPOWER on IntegriCloud