diff options
Diffstat (limited to 'drivers/ras/Makefile')
-rw-r--r-- | drivers/ras/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile new file mode 100644 index 000000000..6f0404f50 --- /dev/null +++ b/drivers/ras/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_RAS) += ras.o +obj-$(CONFIG_DEBUG_FS) += debugfs.o +obj-$(CONFIG_RAS_CEC) += cec.o |