Commit cb84acd1 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Hans de Goede

platform/x86/intel: pmt: Use y instead of objs in Makefile

The 'objs' is for user space tools, for the kernel modules
we should use 'y'.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210806155017.4633-1-andriy.shevchenko@linux.intel.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent bde53eaf
......@@ -4,9 +4,9 @@
# Intel Platform Monitoring Technology Drivers
#
pmt_class-objs += class.o
obj-$(CONFIG_INTEL_PMT_CLASS) += pmt_class.o
pmt_telemetry-objs += telemetry.o
pmt_class-y := class.o
obj-$(CONFIG_INTEL_PMT_TELEMETRY) += pmt_telemetry.o
pmt_crashlog-objs += crashlog.o
pmt_telemetry-y := telemetry.o
obj-$(CONFIG_INTEL_PMT_CRASHLOG) += pmt_crashlog.o
pmt_crashlog-y := crashlog.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment