aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i5000/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i5000/Makefile.inc')
-rw-r--r--src/northbridge/intel/i5000/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/i5000/Makefile.inc b/src/northbridge/intel/i5000/Makefile.inc
index 767cd7e047..3c98e668fb 100644
--- a/src/northbridge/intel/i5000/Makefile.inc
+++ b/src/northbridge/intel/i5000/Makefile.inc
@@ -17,6 +17,10 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
+ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I5000),y)
+
ramstage-y += northbridge.c
romstage-y += raminit.c
cpu_incs += src/northbridge/intel/i5000/halt_second_bsp.S
+
+endif