|
ifneq ($(findstring $(BOARD), 3588), )
|
|
SRC_DIR := armv8-a
|
|
endif
|
|
ifneq ($(findstring $(BOARD), 3588), )
|
|
SRC_DIR := armv8-a
|
|
endif
|
|
ifneq ($(findstring $(BOARD), imx6q-sabrelite zynq7000-zc702), )
|
|
SRC_DIR := armv7-a
|
|
endif
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |