blob: 42e18060b2b6fe5a44731af0788cb1fb22aa4f93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## SPDX-License-Identifier: GPL-2.0-or-later
bootblock-y += cache_as_ram_bootblock.S
bootblock-y += bootblock.c
romstage-y += ../intel/car/romstage.c
ramstage-y += qemu.c
subdirs-y += ../x86/lapic
|