aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx900/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx900/Makefile.inc')
-rw-r--r--src/northbridge/via/vx900/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/via/vx900/Makefile.inc b/src/northbridge/via/vx900/Makefile.inc
index b51030944a..6178c114ab 100644
--- a/src/northbridge/via/vx900/Makefile.inc
+++ b/src/northbridge/via/vx900/Makefile.inc
@@ -17,6 +17,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
+ifeq ($(CONFIG_NORTHBRIDGE_VIA_VX900),y)
+
romstage-y += pci_util.c
romstage-y += early_smbus.c
romstage-y += early_vx900.c
@@ -46,3 +48,5 @@ ramstage-y += ./../../../drivers/pc80/vga/vga_io.c
chipset_bootblock_inc += $(src)/northbridge/via/vx900/romstrap.inc
bootblock-y += romstrap.ld
+
+endif