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
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
drivers
/
intel
/
i210
/
Makefile.mk
blob
bbbde88f6c62e610fe29d39008fc75dbf6f27874
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ramstage-
$(
CONFIG_DRIVER_INTEL_I210
)+=
i210.c
4
5
ifeq
($(
CONFIG_DRIVER_INTEL_I210
),
y
)
6
CPPFLAGS_common
+= -
I
$(
src
)/
drivers
/
intel
/
i210
/
include
7
endif