aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.inc
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2021-12-20 22:22:49 +1000
committerCédric Le Goater <clg@kaod.org>2022-01-03 16:12:45 +0100
commit65d9909a7556eb94cb4ef07f636a37c326ebaade (patch)
tree20cc42f88ae067a60ce1057d531e6be429fd7f7f /hw/Makefile.inc
parent402b822a7074053d59c8c49ffb5e58b2d5028f54 (diff)
downloadskiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.zip
skiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.tar.gz
skiboot-65d9909a7556eb94cb4ef07f636a37c326ebaade.tar.bz2
hw/slw: split P8 specific code into its own file
POWER8 support is large and significantly different than P9/10 code. This change prepares to make P8 support configurable. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> [ clg: Removed commented headers in slw.c ] Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/Makefile.inc')
-rw-r--r--hw/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/Makefile.inc b/hw/Makefile.inc
index 8f50973..7327cec 100644
--- a/hw/Makefile.inc
+++ b/hw/Makefile.inc
@@ -10,7 +10,7 @@ HW_OBJS += npu2-common.o npu2-opencapi.o phys-map.o sbe-p9.o capp.o
HW_OBJS += occ-sensor.o vas.o dio-p9.o lpc-port80h.o cache-p9.o
HW_OBJS += npu-opal.o ocmb.o xive2.o pau.o pau-hw-procedures.o
ifeq ($(CONFIG_P8),1)
-HW_OBJS += phb3.o sbe-p8.o
+HW_OBJS += phb3.o sbe-p8.o slw-p8.o
endif
HW=hw/built-in.a