aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/dmp/vortex86ex/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/dmp/vortex86ex/Makefile.inc')
-rw-r--r--src/southbridge/dmp/vortex86ex/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/dmp/vortex86ex/Makefile.inc b/src/southbridge/dmp/vortex86ex/Makefile.inc
index 5471faa6da..968930bdbf 100644
--- a/src/southbridge/dmp/vortex86ex/Makefile.inc
+++ b/src/southbridge/dmp/vortex86ex/Makefile.inc
@@ -17,7 +17,11 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+ifeq ($(CONFIG_SOUTHBRIDGE_DMP_VORTEX86EX),y)
+
ramstage-y += southbridge.c
ramstage-y += hard_reset.c
ramstage-y += ide_sd_sata.c
ramstage-y += audio.c
+
+endif