xref: /linux/drivers/platform/x86/amd/pmc/Makefile (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for linux/drivers/platform/x86/amd/pmc
4# AMD Power Management Controller Driver
5#
6
7obj-$(CONFIG_AMD_PMC)			+= amd-pmc.o
8amd-pmc-y				:= pmc.o pmc-quirks.o mp1_stb.o
9amd-pmc-$(CONFIG_AMD_MP2_STB)		+= mp2_stb.o
10