92c2fb8fa5
With latest commits having PMC code spread across multiple files, it would be easier to maintain them in a separate directory under amd/pmc. Co-developed-by: Sanket Goswami <Sanket.Goswami@amd.com> Signed-off-by: Sanket Goswami <Sanket.Goswami@amd.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20230811112116.2279419-2-Shyam-sundar.S-k@amd.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
11 lines
239 B
Makefile
11 lines
239 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for drivers/platform/x86/amd
|
|
# AMD x86 Platform-Specific Drivers
|
|
#
|
|
|
|
obj-$(CONFIG_AMD_PMC) += pmc/
|
|
amd_hsmp-y := hsmp.o
|
|
obj-$(CONFIG_AMD_HSMP) += amd_hsmp.o
|
|
obj-$(CONFIG_AMD_PMF) += pmf/
|