Files
xiuos/Ubiquitous/XiZi_AIoT/hardkernel/arch/arm/armv8-a/Makefile
2024-05-08 15:35:21 +08:00

7 lines
174 B
Makefile

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