18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the ipmi drivers. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciipmi_si-y := ipmi_si_intf.o ipmi_kcs_sm.o ipmi_smic_sm.o ipmi_bt_sm.o \ 78c2ecf20Sopenharmony_ci ipmi_si_hotmod.o ipmi_si_hardcode.o ipmi_si_platform.o \ 88c2ecf20Sopenharmony_ci ipmi_si_port_io.o ipmi_si_mem_io.o 98c2ecf20Sopenharmony_ciifdef CONFIG_PCI 108c2ecf20Sopenharmony_ciipmi_si-y += ipmi_si_pci.o 118c2ecf20Sopenharmony_ciendif 128c2ecf20Sopenharmony_ciifdef CONFIG_PARISC 138c2ecf20Sopenharmony_ciipmi_si-y += ipmi_si_parisc.o 148c2ecf20Sopenharmony_ciendif 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_HANDLER) += ipmi_msghandler.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_DEVICE_INTERFACE) += ipmi_devintf.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_SI) += ipmi_si.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_DMI_DECODE) += ipmi_dmi.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_PLAT_DATA) += ipmi_plat_data.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_SSIF) += ipmi_ssif.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_POWERNV) += ipmi_powernv.o 238c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_WATCHDOG) += ipmi_watchdog.o 248c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_POWEROFF) += ipmi_poweroff.o 258c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMI_KCS_BMC) += kcs_bmc.o 268c2ecf20Sopenharmony_ciobj-$(CONFIG_ASPEED_BT_IPMI_BMC) += bt-bmc.o 278c2ecf20Sopenharmony_ciobj-$(CONFIG_ASPEED_KCS_IPMI_BMC) += kcs_bmc_aspeed.o 288c2ecf20Sopenharmony_ciobj-$(CONFIG_NPCM7XX_KCS_IPMI_BMC) += kcs_bmc_npcm7xx.o 298c2ecf20Sopenharmony_ciobj-$(CONFIG_IPMB_DEVICE_INTERFACE) += ipmb_dev_int.o 30