• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-only
2
3romstage-y += memmap.c
4
5postcar-y += memmap.c
6postcar-y += exit_car.S
7
8ramstage-y += memmap.c
9ramstage-y += northbridge.c
10
11all-y += fw_cfg.c
12all-y += bootmode.c
13