summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/Makefile
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-11-12 15:41:05 +0800
committerCorey Minyard <cminyard@mvista.com>2014-12-11 15:04:12 -0600
commit6a11e5c67a397e9a64cfde6961c83a7a64d7980c (patch)
treea94b98e2a38306600e815e3cd3ec4ad21600fa78 /drivers/char/ipmi/Makefile
parent259307074bfcf1ff88016e12c68f057aee6cb694 (diff)
drivers/char/ipmi: Add powernv IPMI driver
This change adds an initial IPMI driver for powerpc OPAL firmware. The interface is exposed entirely through firmware: we have two functions to send and receive IPMI messages, and an interrupt notification from the firmware to signify that a message is available. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/Makefile')
-rw-r--r--drivers/char/ipmi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/ipmi/Makefile b/drivers/char/ipmi/Makefile
index 115c08da7117..f3ffde1f5f1f 100644
--- a/drivers/char/ipmi/Makefile
+++ b/drivers/char/ipmi/Makefile
@@ -8,5 +8,6 @@ obj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o
obj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o
obj-$(CONFIG_IPMI_SI) += ipmi_si.o
obj-$(CONFIG_IPMI_SSIF) += ipmi_ssif.o
+obj-$(CONFIG_IPMI_POWERNV) += ipmi_powernv.o
obj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o
obj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o