aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/k8t890/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/Makefile.inc')
-rw-r--r--src/southbridge/via/k8t890/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/via/k8t890/Makefile.inc b/src/southbridge/via/k8t890/Makefile.inc
index 634ccd198e..18cb5aa08f 100644
--- a/src/southbridge/via/k8t890/Makefile.inc
+++ b/src/southbridge/via/k8t890/Makefile.inc
@@ -1,3 +1,5 @@
+ifeq ($(CONFIG_SOUTHBRIDGE_VIA_K8T890),y)
+
ramstage-y += ctrl.c
ramstage-y += dram.c
ramstage-y += bridge.c
@@ -10,3 +12,5 @@ ramstage-y += chrome.c
chipset_bootblock_inc += $(src)/southbridge/via/k8t890/romstrap.inc
bootblock-y += romstrap.ld
+
+endif