summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/nfit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/nfit/Makefile')
-rw-r--r--drivers/acpi/nfit/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/nfit/Makefile b/drivers/acpi/nfit/Makefile
new file mode 100644
index 0000000000..07f53c4e85
--- /dev/null
+++ b/drivers/acpi/nfit/Makefile
@@ -0,0 +1,5 @@
+# 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