brintos

brintos / linux-shallow public Read only

0
0
Text · 372 B · bfdba5b Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Intel x86 Platform Specific Drivers4#5 6intel_telemetry_core-y			:= core.o7obj-$(CONFIG_INTEL_TELEMETRY)		+= intel_telemetry_core.o8intel_telemetry_pltdrv-y		:= pltdrv.o9obj-$(CONFIG_INTEL_TELEMETRY)		+= intel_telemetry_pltdrv.o10intel_telemetry_debugfs-y		:= debugfs.o11obj-$(CONFIG_INTEL_TELEMETRY)		+= intel_telemetry_debugfs.o12