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
libpayload: configs: Add new config.featuretest to broaden CI
[coreboot2.git]
/
src
/
soc
/
intel
/
common
/
block
/
Makefile.mk
blob
ab1971f58e6337d31719276ce64ad27b16ff21c8
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_SOC_INTEL_COMMON_BLOCK
),
y
)
3
4
subdirs-y
+=
.
/*
5
6
CPPFLAGS_common
+= -
I
$(
src
)/
soc
/
intel
/
common
/
block
/
include
/
7
8
endif