aboutsummaryrefslogtreecommitdiff
path: root/core/Makefile.inc
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2018-02-16 13:40:42 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-02-21 11:58:19 +1100
commit7f4c8e8ce0b78ca046643d7f4f63d81f4fd11746 (patch)
tree1083ea2e11490069aa0bba324cc48bb73a0f627b /core/Makefile.inc
parent08b1929052f8dfa1cc6b0ab3a9df77c9b5493914 (diff)
downloadskiboot-7f4c8e8ce0b78ca046643d7f4f63d81f4fd11746.zip
skiboot-7f4c8e8ce0b78ca046643d7f4f63d81f4fd11746.tar.gz
skiboot-7f4c8e8ce0b78ca046643d7f4f63d81f4fd11746.tar.bz2
dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
This is a new CPU feature advertising interface that is fine-grained, extensible, aware of privilege levels, and gives control of features to all levels of the stack (firmware, hypervisor, and OS). The design and binding specification is described in detail in doc/. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [stewart: fix maybe-uninitialized warning from older GCC, doc cleanup] 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 d6a7269..5c12056 100644
--- a/core/Makefile.inc
+++ b/core/Makefile.inc
@@ -9,7 +9,7 @@ CORE_OBJS += vpd.o hostservices.o platform.o nvram.o nvram-format.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 sensor.o ipmi-opal.o
CORE_OBJS += flash-subpartition.o bitmap.o buddy.o pci-quirk.o powercap.o psr.o
-CORE_OBJS += pci-dt-slot.o direct-controls.o
+CORE_OBJS += pci-dt-slot.o direct-controls.o cpufeatures.o
ifeq ($(SKIBOOT_GCOV),1)
CORE_OBJS += gcov-profiling.o