aboutsummaryrefslogtreecommitdiff
path: root/core/Makefile.inc
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2017-09-15 15:40:46 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-09-15 02:49:09 -0500
commit529d86d02aaf5428ec2c6acd912b6a2b7541457a (patch)
tree70ebb0a395a1aa0cf5a09fd7136a15e35d56672e /core/Makefile.inc
parent0a2710381f34e6b4c03cff1fa76bc1b74f280ecd (diff)
downloadskiboot-529d86d02aaf5428ec2c6acd912b6a2b7541457a.zip
skiboot-529d86d02aaf5428ec2c6acd912b6a2b7541457a.tar.gz
skiboot-529d86d02aaf5428ec2c6acd912b6a2b7541457a.tar.bz2
core/pci-dt-slot: Represent PCIe slots in the devicetree
In P9 we get information about the physical PCIe slot topology through the HDAT. As a rule we never directly consume the HDAT inside of Skiboot and we always parse and incorporate the data from HDAT into the Skiboot device tree. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> [stewart@linux.vnet.ibm.com: add (C) header] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/Makefile.inc')
-rw-r--r--core/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile.inc b/core/Makefile.inc
index f2de2f6..e32c0a0 100644
--- a/core/Makefile.inc
+++ b/core/Makefile.inc
@@ -9,6 +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
ifeq ($(SKIBOOT_GCOV),1)
CORE_OBJS += gcov-profiling.o