blob: 4cb200cf719aa379457f59a1b3e305c835d4538f (
plain)
1
2
3
4
5
6
7
8
9
10
|
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
CFLAGS_x86_32 += -Isrc/vendorcode/siemens/hwilib
romstage-y += hwilib.c
ramstage-y += hwilib.c
|