Message ID | 20210610214438.3161140-5-trix@redhat.com |
---|---|
State | New |
Headers | show |
Series | check Makefile and Kconfigs for SPDX tag | expand |
diff --git a/drivers/soc/litex/Kconfig b/drivers/soc/litex/Kconfig index e7011d665b151..c03b1f816cc08 100644 --- a/drivers/soc/litex/Kconfig +++ b/drivers/soc/litex/Kconfig @@ -1,4 +1,4 @@ -# SPDX-License_Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0 menu "Enable LiteX SoC Builder specific drivers" diff --git a/drivers/soc/litex/Makefile b/drivers/soc/litex/Makefile index 98ff7325b1c07..aeae1f4165a70 100644 --- a/drivers/soc/litex/Makefile +++ b/drivers/soc/litex/Makefile @@ -1,3 +1,3 @@ -# SPDX-License_Identifier: GPL-2.0 +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex_soc_ctrl.o