ec: Add SPDX license headers to Makefiles

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ie5355e05982b372ef69515cfa081e2afbc7b09fe
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68981
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Caveh Jalali <caveh@chromium.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
Martin Roth
2022-10-28 22:36:59 -06:00
committed by Felix Held
parent 2332d29ba9
commit 74a4dca481
18 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_EC_GOOGLE_CHROMEEC),y)
subdirs-y += audio_codec

View File

@@ -1 +1,2 @@
## SPDX-License-Identifier: GPL-2.0-only
ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_AUDIO_CODEC) += audio_codec.c

View File

@@ -1 +1,2 @@
## SPDX-License-Identifier: GPL-2.0-only
ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_I2C_TUNNEL) += i2c_tunnel.c

View File

@@ -1,2 +1,3 @@
## SPDX-License-Identifier: GPL-2.0-only
subdirs-y += conn
ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_MUX) += mux.c

View File

@@ -1 +1,2 @@
## SPDX-License-Identifier: GPL-2.0-only
ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_MUX) += conn.c