forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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