forked from xuos/xiuos
8 lines
199 B
Makefile
8 lines
199 B
Makefile
ifneq ($(findstring $(BOARD), imx6q-sabrelite zynq7000-zc702), )
|
|
SRC_DIR := cortex-a9
|
|
endif
|
|
ifneq ($(findstring $(BOARD), ok1028a-c), )
|
|
SRC_DIR := cortex-a72
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |