forked from xuos/xiuos
6 lines
108 B
Makefile
6 lines
108 B
Makefile
ifneq ($(findstring $(BOARD), ok1028a-c), )
|
|
SRC_DIR := cortex-a72
|
|
endif
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |