hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/ras/Makefile
....@@ -1,2 +1,4 @@
1
-obj-$(CONFIG_RAS) += ras.o debugfs.o
1
+# SPDX-License-Identifier: GPL-2.0-only
2
+obj-$(CONFIG_RAS) += ras.o
3
+obj-$(CONFIG_DEBUG_FS) += debugfs.o
24 obj-$(CONFIG_RAS_CEC) += cec.o