2023-08-30 16:31:07 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# Makefile - Intel Speed Select Interface drivers
|
|
|
|
# Copyright (c) 2019, Intel Corporation.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_common.o
|
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mmio.o
|
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_pci.o
|
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_msr.o
|
2023-10-24 11:59:35 +01:00
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_TPMI) += isst_tpmi_core.o
|
|
|
|
obj-$(CONFIG_INTEL_SPEED_SELECT_TPMI) += isst_tpmi.o
|