build.gn自动添加 Makefile输出的src_files.txt文件
This commit is contained in:
@@ -85,6 +85,7 @@ SRCS += $(EXT_SRC)
|
||||
OBJECTS = $(addprefix $(BIN_DIR)/, $(patsubst %.S, %.o, $(patsubst %.c, %.o, $(patsubst %.cpp, %.o, $(SRCS)))))
|
||||
|
||||
$(shell echo $(SRCS) > "src_files.txt")
|
||||
$(shell echo $(ADD_INCLUDE) >> "src_files.txt")
|
||||
endif
|
||||
|
||||
PLATFORM ?= FPGA
|
||||
|
Reference in New Issue
Block a user