mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 00:21:32 +00:00
8 lines
194 B
Makefile
8 lines
194 B
Makefile
|
# 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
|