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