1*e184b1e5SDavid E. Box# SPDX-License-Identifier: GPL-2.0
2*e184b1e5SDavid E. Box#
3*e184b1e5SDavid E. Box# Makefile for linux/drivers/platform/x86/intel/pmt
4*e184b1e5SDavid E. Box# Intel Platform Monitoring Technology Drivers
5*e184b1e5SDavid E. Box#
6*e184b1e5SDavid E. Box
7*e184b1e5SDavid E. Boxpmt_class-objs				+= class.o
8*e184b1e5SDavid E. Boxobj-$(CONFIG_INTEL_PMT_CLASS)		+= pmt_class.o
9*e184b1e5SDavid E. Boxpmt_telemetry-objs			+= telemetry.o
10*e184b1e5SDavid E. Boxobj-$(CONFIG_INTEL_PMT_TELEMETRY)	+= pmt_telemetry.o
11*e184b1e5SDavid E. Boxpmt_crashlog-objs			+= crashlog.o
12*e184b1e5SDavid E. Boxobj-$(CONFIG_INTEL_PMT_CRASHLOG)	+= pmt_crashlog.o
13