6 lines
101 B
Makefile
6 lines
101 B
Makefile
ifneq ($(findstring $(BOARD), jh7110), )
|
|
SRC_DIR := rv64gc
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|