forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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