2012-12-11 01:13:43 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
2013-05-15 01:57:50 +02:00
|
|
|
## Copyright 2012 Google Inc.
|
2012-12-11 01:13:43 +01:00
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
|
|
|
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
##
|
|
|
|
|
2013-04-25 11:38:55 +02:00
|
|
|
bootblock-y += wakeup.c
|
|
|
|
|
2013-02-04 03:09:58 +01:00
|
|
|
romstage-y += memory.c
|
2013-01-17 00:00:07 +01:00
|
|
|
romstage-y += romstage.c
|
2013-04-25 11:38:55 +02:00
|
|
|
romstage-y += wakeup.c
|
2014-09-11 19:14:15 +02:00
|
|
|
romstage-y += chromeos.c
|
2012-12-11 01:13:43 +01:00
|
|
|
|
2013-05-10 01:16:13 +02:00
|
|
|
ramstage-y += mainboard.c
|
2013-02-21 00:46:46 +01:00
|
|
|
ramstage-y += chromeos.c
|