summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/Makefile.mk')
-rw-r--r--src/northbridge/via/cx700/Makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/northbridge/via/cx700/Makefile.mk b/src/northbridge/via/cx700/Makefile.mk
new file mode 100644
index 0000000000..550ee2dec3
--- /dev/null
+++ b/src/northbridge/via/cx700/Makefile.mk
@@ -0,0 +1,8 @@
+## SPDX-License-Identifier: GPL-2.0-only
+ifeq ($(CONFIG_NORTHBRIDGE_VIA_CX700),y)
+
+romstage-y += romstage.c
+ramstage-y += chip.c
+all-y += clock.c reset.c
+
+endif