6 lines
103 B
Makefile
6 lines
103 B
Makefile
ifneq ($(findstring $(BOARD), 3568), )
|
|
SRC_DIR := cortex-a55
|
|
endif
|
|
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |