brintos

brintos / linux-shallow public Read only

0
0
Text · 496 B · 1d878a3 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile - Intel Speed Select Interface drivers4# Copyright (c) 2019, Intel Corporation.5#6 7obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_common.o8obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mmio.o9obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_pci.o10obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_msr.o11obj-$(CONFIG_INTEL_SPEED_SELECT_TPMI) += isst_tpmi_core.o12obj-$(CONFIG_INTEL_SPEED_SELECT_TPMI) += isst_tpmi.o13