blob: e1e278c76dd8605b49e37cec8ff4c7752afeb941 (
plain)
1
2
3
4
5
6
7
8
|
## SPDX-License-Identifier: GPL-2.0-only
bootblock-y += ../car/cache_as_ram.S
bootblock-y += ../../intel/car/bootblock.c
romstage-y += ../../intel/car/romstage.c
postcar-y += ../car/exit_car.S
|