aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/dmp/vortex86ex/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/dmp/vortex86ex/Makefile.inc')
-rw-r--r--src/northbridge/dmp/vortex86ex/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/dmp/vortex86ex/Makefile.inc b/src/northbridge/dmp/vortex86ex/Makefile.inc
index 82b07fd5d5..9c83eff84f 100644
--- a/src/northbridge/dmp/vortex86ex/Makefile.inc
+++ b/src/northbridge/dmp/vortex86ex/Makefile.inc
@@ -17,5 +17,9 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+ifeq ($(CONFIG_NORTHBRIDGE_DMP_VORTEX86EX),y)
+
ramstage-y += northbridge.c
ramstage-y += xgi_oprom.c
+
+endif