9 lines
201 B
Makefile
9 lines
201 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform/x86/amd/pmc
|
|
# AMD Power Management Controller Driver
|
|
#
|
|
|
|
amd-pmc-objs := pmc.o pmc-quirks.o
|
|
obj-$(CONFIG_AMD_PMC) += amd-pmc.o
|