5 lines
80 B
Makefile
5 lines
80 B
Makefile
|
#公共部分
|
||
|
SRC_DIR := shared cortex-m4
|
||
|
|
||
|
include $(KERNEL_ROOT)/compiler.mk
|