aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/nehalem/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/nehalem/Makefile.inc')
-rw-r--r--src/northbridge/intel/nehalem/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index ff656280ec..0b58f8dc04 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -17,6 +17,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
+ifeq ($(CONFIG_NORTHBRIDGE_INTEL_NEHALEM),y)
+
ramstage-y += ram_calc.c
ramstage-y += northbridge.c
ramstage-y += gma.c
@@ -42,3 +44,4 @@ mrc.cache-file := $(obj)/mrc.cache
mrc.cache-position := 0xfffe0000
mrc.cache-type := mrc_cache
+endif