Files
xiuos/Ubiquitous/XiZi_AIoT/hardkernel/arch/arm/armv8-a/Makefile
2024-06-10 23:30:18 -07:00

7 lines
169 B
Makefile

# The following three platforms support compatiable instructions.
ifneq ($(findstring $(BOARD), 3568), )
SRC_DIR := cortex-a55
endif
include $(KERNEL_ROOT)/compiler.mk