forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/acpi/nfit/Makefile
....@@ -1,3 +1,5 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 obj-$(CONFIG_ACPI_NFIT) := nfit.o
23 nfit-y := core.o
4
+nfit-y += intel.o
35 nfit-$(CONFIG_X86_MCE) += mce.o