mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 10:06:41 +07:00
5c7c1e9444
OPAL handles HW access to the various ICS or equivalent chips for us (with the exception of p5ioc2 based HEA which uses a different backend) similarily to what RTAS does on pSeries. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8 lines
237 B
Makefile
8 lines
237 B
Makefile
subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
|
|
|
|
obj-y += xics-common.o
|
|
obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o
|
|
obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
|
|
obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
|
obj-$(CONFIG_PPC_POWERNV) += ics-opal.o
|