Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d3df36145f44eec3199e1ba0832e95226941302f
/
.
/
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