summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/siemens/mc_ehl/spd/Makefile.inc3
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Makefile.inc4
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/empty.spd.hex (renamed from src/mainboard/siemens/mc_ehl/spd/empty.spd.hex)0
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/mc_ehl1.spd.hex (renamed from src/mainboard/siemens/mc_ehl/spd/mc_ehl.spd.hex)0
-rw-r--r--src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/spd.h (renamed from src/mainboard/siemens/mc_ehl/spd/spd.h)0
5 files changed, 4 insertions, 3 deletions
diff --git a/src/mainboard/siemens/mc_ehl/spd/Makefile.inc b/src/mainboard/siemens/mc_ehl/spd/Makefile.inc
deleted file mode 100644
index 6d9e9087f4..0000000000
--- a/src/mainboard/siemens/mc_ehl/spd/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-SPD_SOURCES = mc_ehl # 0b000
diff --git a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Makefile.inc b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Makefile.inc
index 641e814351..e011999940 100644
--- a/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Makefile.inc
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/Makefile.inc
@@ -3,3 +3,7 @@
bootblock-y += gpio.c
romstage-y += memory.c
ramstage-y += gpio.c
+
+SPD_SOURCES = mc_ehl1 # 0b000
+LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), \
+ src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/spd/$(f).spd.hex)
diff --git a/src/mainboard/siemens/mc_ehl/spd/empty.spd.hex b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/empty.spd.hex
index 67b46cd239..67b46cd239 100644
--- a/src/mainboard/siemens/mc_ehl/spd/empty.spd.hex
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/empty.spd.hex
diff --git a/src/mainboard/siemens/mc_ehl/spd/mc_ehl.spd.hex b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/mc_ehl1.spd.hex
index 71e5456542..71e5456542 100644
--- a/src/mainboard/siemens/mc_ehl/spd/mc_ehl.spd.hex
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/mc_ehl1.spd.hex
diff --git a/src/mainboard/siemens/mc_ehl/spd/spd.h b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/spd.h
index f667e7422e..f667e7422e 100644
--- a/src/mainboard/siemens/mc_ehl/spd/spd.h
+++ b/src/mainboard/siemens/mc_ehl/variants/mc_ehl1/spd/spd.h