blob: ab3dbbbffdfa2cf868adbf7f9b6007914263779c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
bootblock-y += bootblock.c
romstage-y = gpio.c
ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += ti_pci7xx1.c
ramstage-y += cstates.c
ramstage-y += blc.c
|