Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2af181b53e286e90c3b36ba608c1c7b209e8ad8e
/
.
/
arch
/
arm
/
mach-octeontx2
/
config.mk
blob: 9214f6b7425930637d4f71e5c13568496ac95a9b [
file
] [
log
] [
blame
]
ifeq
(
$
(
CONFIG_ARCH_OCTEONTX2
),
y
)
PLATFORM_CPPFLAGS
+=
$
(
call cc
-
option
,-
march
=
armv8
.
2
-
a
,)
PLATFORM_CPPFLAGS
+=
$
(
call cc
-
option
,-
mtune
=
octeontx2
,)
endif