aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_apl1/Makefile.inc2
-rw-r--r--src/mainboard/siemens/mc_apl1/post.c (renamed from src/mainboard/siemens/mc_apl1/variants/mc_apl2/post.c)0
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl2/Makefile.inc2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Makefile.inc b/src/mainboard/siemens/mc_apl1/Makefile.inc
index fa7aea9049..124e3806ff 100644
--- a/src/mainboard/siemens/mc_apl1/Makefile.inc
+++ b/src/mainboard/siemens/mc_apl1/Makefile.inc
@@ -7,6 +7,8 @@ romstage-y += romstage.c
ramstage-y += mainboard.c
+all-$(CONFIG_NC_FPGA_POST_CODE) += post.c
+
subdirs-y += variants/baseboard
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/post.c b/src/mainboard/siemens/mc_apl1/post.c
index c34e2539bc..c34e2539bc 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/post.c
+++ b/src/mainboard/siemens/mc_apl1/post.c
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/Makefile.inc b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/Makefile.inc
index 9ec2c8024f..152b46ece1 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/Makefile.inc
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/Makefile.inc
@@ -2,5 +2,3 @@ bootblock-y += gpio.c
ramstage-y += gpio.c
ramstage-y += mainboard.c
-
-all-$(CONFIG_NC_FPGA_POST_CODE) += post.c