Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d999a7b7b687a138453f11e30401c0e41085612e
/
.
/
arch
/
arm
/
mach-octeontx2
/
config.mk
blob: 9214f6b7425930637d4f71e5c13568496ac95a9b [
file
] [
log
] [
blame
]
Suneel Garapati
0a668f6
2019-10-19 18:47:37 -0700
[
diff
] [
blame
]
1
ifeq
(
$
(
CONFIG_ARCH_OCTEONTX2
),
y
)
2
PLATFORM_CPPFLAGS
+=
$
(
call cc
-
option
,-
march
=
armv8
.
2
-
a
,)
3
PLATFORM_CPPFLAGS
+=
$
(
call cc
-
option
,-
mtune
=
octeontx2
,)
4
endif