kernel_samsung_a53x/drivers/acpi/nfit/Makefile
2024-06-15 16:02:09 -03:00

5 lines
141 B
Makefile
Executable file

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ACPI_NFIT) := nfit.o
nfit-y := core.o
nfit-y += intel.o
nfit-$(CONFIG_X86_MCE) += mce.o