mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
5 lines
154 B
Makefile
5 lines
154 B
Makefile
|
ifeq ($(CONFIG_ARCH_OCTEONTX2),y)
|
||
|
PLATFORM_CPPFLAGS += $(call cc-option,-march=armv8.2-a,)
|
||
|
PLATFORM_CPPFLAGS += $(call cc-option,-mtune=octeontx2,)
|
||
|
endif
|