2021-07-27 16:49:28 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# Makefile for linux/drivers/platform/x86/intel/pmt
|
|
|
|
# Intel Platform Monitoring Technology Drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt_class.o
|
2021-08-06 15:50:17 +00:00
|
|
|
pmt_class-y := class.o
|
2021-07-27 16:49:28 +00:00
|
|
|
obj-$(CONFIG_INTEL_PMT_TELEMETRY) += pmt_telemetry.o
|
2021-08-06 15:50:17 +00:00
|
|
|
pmt_telemetry-y := telemetry.o
|
2021-07-27 16:49:28 +00:00
|
|
|
obj-$(CONFIG_INTEL_PMT_CRASHLOG) += pmt_crashlog.o
|
2021-08-06 15:50:17 +00:00
|
|
|
pmt_crashlog-y := crashlog.o
|