blob: 9f6c38e15f1303ac339700545044092f9c04ef3d [file] [log] [blame]
Sven Schnelle17670862012-02-01 22:06:45 +01001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2007-2009 coresystems GmbH
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
Sven Schnelle17670862012-02-01 22:06:45 +010015
Stefan Reinauere1133b72015-04-27 14:04:38 -070016ifeq ($(CONFIG_NORTHBRIDGE_INTEL_I5000),y)
17
Patrick Georgi23f38cd2012-11-16 14:50:32 +010018ramstage-y += northbridge.c
Patrick Georgie135ac52012-11-20 11:53:47 +010019romstage-y += raminit.c
Aaron Durbin439356f2015-09-02 22:23:11 -050020cpu_incs-y += src/northbridge/intel/i5000/halt_second_bsp.S
Stefan Reinauere1133b72015-04-27 14:04:38 -070021
22endif