2013-05-31 09:23:26 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## 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; either version 2 of the License, or
|
|
|
|
## (at your option) any later version.
|
|
|
|
##
|
|
|
|
## 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.
|
|
|
|
##
|
|
|
|
|
2018-11-11 12:50:51 +01:00
|
|
|
bootblock-y += cache_as_ram_bootblock.S
|
|
|
|
bootblock-y += bootblock.c
|
2019-08-18 07:02:23 +02:00
|
|
|
|
|
|
|
romstage-y += ../intel/car/romstage.c
|
|
|
|
|
2013-05-31 09:23:26 +02:00
|
|
|
ramstage-y += qemu.c
|
2019-08-18 07:02:23 +02:00
|
|
|
|
2013-05-31 09:23:26 +02:00
|
|
|
subdirs-y += ../x86/mtrr
|
|
|
|
subdirs-y += ../x86/lapic
|
2013-06-07 16:03:44 +02:00
|
|
|
subdirs-y += ../x86/smm
|
2018-09-05 19:26:44 +02:00
|
|
|
subdirs-y += ../x86/tsc
|