diff options
Diffstat (limited to 'drivers/ras/Makefile')
| -rw-r--r-- | drivers/ras/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/ras/Makefile b/drivers/ras/Makefile index 7b26dd3aa5d0..11f95d59d397 100644 --- a/drivers/ras/Makefile +++ b/drivers/ras/Makefile @@ -1,2 +1,7 @@ -obj-$(CONFIG_RAS) += ras.o debugfs.o +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_RAS) += ras.o +obj-$(CONFIG_DEBUG_FS) += debugfs.o obj-$(CONFIG_RAS_CEC) += cec.o + +obj-$(CONFIG_RAS_FMPM) += amd/fmpm.o +obj-y += amd/atl/ |
