Files
2024-05-10 15:42:29 +08:00

6 lines
108 B
Makefile

ifneq ($(findstring $(BOARD), ok1028a-c), )
SRC_DIR := cortex-a72
endif
include $(KERNEL_ROOT)/compiler.mk