9 lines
184 B
Makefile
9 lines
184 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for linux/drivers/platform/x86/amd/pmf
|
|
# AMD Platform Management Framework
|
|
#
|
|
|
|
obj-$(CONFIG_AMD_PMF) += amd-pmf.o
|
|
amd-pmf-objs := core.o
|