repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel: Remove blank lines before '}' and after '{'
[coreboot2.git]
/
src
/
mainboard
/
asus
/
p5qc
/
Makefile.mk
blob
eeeef1e7ed291d5782bb6de2c295e4842e88c64b
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
CONFIG_GPIO_C
:=$(
call strip_quotes
, $(
CONFIG_GPIO_C
))
4
5
bootblock-y
+=
early_init.c
6
romstage-y
+=
early_init.c
7
8
ramstage-y
+=
cstates.c
9
romstage-y
+= $(
CONFIG_GPIO_C
)