diff options
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/common/Makefile.inc | 2 | ||||
-rw-r--r-- | src/southbridge/intel/i82870/Makefile.inc | 2 | ||||
-rw-r--r-- | src/southbridge/ricoh/rl5c476/Makefile.inc | 2 | ||||
-rw-r--r-- | src/southbridge/ti/pci1x2x/Makefile.inc | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/src/southbridge/amd/common/Makefile.inc b/src/southbridge/amd/common/Makefile.inc index e086dc3a20..ce8b3d41b5 100644 --- a/src/southbridge/amd/common/Makefile.inc +++ b/src/southbridge/amd/common/Makefile.inc @@ -1 +1,3 @@ +## SPDX-License-Identifier: GPL-2.0-only + ramstage-$(CONFIG_SOUTHBRIDGE_AMD_PI_AVALON) += amd_pci_util.c diff --git a/src/southbridge/intel/i82870/Makefile.inc b/src/southbridge/intel/i82870/Makefile.inc index d6ae171926..83ebca5af2 100644 --- a/src/southbridge/intel/i82870/Makefile.inc +++ b/src/southbridge/intel/i82870/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82870),y) ramstage-y += ioapic.c diff --git a/src/southbridge/ricoh/rl5c476/Makefile.inc b/src/southbridge/ricoh/rl5c476/Makefile.inc index 3fa232f1f8..24e84d24e7 100644 --- a/src/southbridge/ricoh/rl5c476/Makefile.inc +++ b/src/southbridge/ricoh/rl5c476/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_SOUTHBRIDGE_RICOH_RL5C476),y) ramstage-y += rl5c476.c diff --git a/src/southbridge/ti/pci1x2x/Makefile.inc b/src/southbridge/ti/pci1x2x/Makefile.inc index 4f2a3d3ec9..05e57add48 100644 --- a/src/southbridge/ti/pci1x2x/Makefile.inc +++ b/src/southbridge/ti/pci1x2x/Makefile.inc @@ -1,3 +1,5 @@ +## SPDX-License-Identifier: GPL-2.0-only + ifeq ($(CONFIG_SOUTHBRIDGE_TI_PCI1X2X),y) ramstage-y += pci1x2x.c |