forked from xuos/xiuos
9 lines
176 B
Makefile
9 lines
176 B
Makefile
# The following three platforms support compatiable instructions.
|
|
|
|
ifeq ($(CONFIG_BOARD_IMX6Q_SABRELITE_EVB),y)
|
|
SRC_DIR := cortex-a9
|
|
endif
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|