aboutsummaryrefslogtreecommitdiff
path: root/core/Makefile.inc
diff options
context:
space:
mode:
authorCédric Le Goater <clg@fr.ibm.com>2015-03-09 21:56:12 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-03-24 18:22:55 +1100
commit132e593400f959074f72cf066e3e99c8cd8d7b82 (patch)
tree1525fccc1dc2d5976ee2d1b22b4dcb2bc69d2666 /core/Makefile.inc
parent95098fccb85fdd8e5911884f5ef3744bcc17478a (diff)
downloadskiboot-132e593400f959074f72cf066e3e99c8cd8d7b82.zip
skiboot-132e593400f959074f72cf066e3e99c8cd8d7b82.tar.gz
skiboot-132e593400f959074f72cf066e3e99c8cd8d7b82.tar.bz2
core: add a platform op to read sensors
This patch introduces an initial framework to define a sensor_read operation per platform. It also proposes a few helper routines to work on the sensor 'handler' which identifies a sensor and attribute in the OPAL_SENSOR_READ call. Signed-off-by: Cédric Le Goater <clg@fr.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/Makefile.inc')
-rw-r--r--core/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile.inc b/core/Makefile.inc
index 590780f..5f5fe04 100644
--- a/core/Makefile.inc
+++ b/core/Makefile.inc
@@ -7,7 +7,7 @@ CORE_OBJS += timebase.o opal-msg.o pci.o pci-opal.o fast-reboot.o
CORE_OBJS += device.o exceptions.o trace.o affinity.o vpd.o
CORE_OBJS += hostservices.o platform.o nvram.o hmi.o
CORE_OBJS += console-log.o ipmi.o time-utils.o pel.o pool.o errorlog.o
-CORE_OBJS += timer.o i2c.o rtc.o flash.o
+CORE_OBJS += timer.o i2c.o rtc.o flash.o sensor.o
CORE=core/built-in.o
CFLAGS_SKIP_core/relocate.o = -pg -fstack-protector-all