diff options
-rw-r--r-- | drivers/ras/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile index ef6777e14d3d..6f0404f50107 100644 --- a/drivers/ras/Makefile +++ b/drivers/ras/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | 1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | obj-$(CONFIG_RAS) += ras.o debugfs.o | 2 | obj-$(CONFIG_RAS) += ras.o |
3 | obj-$(CONFIG_DEBUG_FS) += debugfs.o | ||
3 | obj-$(CONFIG_RAS_CEC) += cec.o | 4 | obj-$(CONFIG_RAS_CEC) += cec.o |