2015-07-30 02:43:20 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## This software is licensed under the terms of the GNU General Public
|
|
|
|
## License version 2, as published by the Free Software Foundation, and
|
|
|
|
## may be copied, distributed, and modified under those terms.
|
|
|
|
##
|
|
|
|
## 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.
|
|
|
|
|
|
|
|
bootblock-y += uart.c
|
2016-07-07 20:53:28 +02:00
|
|
|
bootblock-y += rom_media.c
|
2018-11-30 00:06:51 +01:00
|
|
|
bootblock-y += clint.c
|
2015-07-30 02:43:20 +02:00
|
|
|
romstage-y += romstage.c
|
|
|
|
romstage-y += uart.c
|
2016-07-07 20:53:28 +02:00
|
|
|
romstage-y += rom_media.c
|
2019-09-04 18:24:45 +02:00
|
|
|
romstage-y += clint.c
|
2015-07-30 02:43:20 +02:00
|
|
|
ramstage-y += uart.c
|
2016-07-07 20:53:28 +02:00
|
|
|
ramstage-y += rom_media.c
|
2018-11-30 00:06:51 +01:00
|
|
|
ramstage-y += clint.c
|
2015-07-30 02:43:20 +02:00
|
|
|
|
|
|
|
bootblock-y += memlayout.ld
|
|
|
|
romstage-y += memlayout.ld
|
|
|
|
ramstage-y += memlayout.ld
|