hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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