From 66ab3359d5a106081928366b18177b9b921f6cee Mon Sep 17 00:00:00 2001 From: xiaojiazhu <258828110@qq.com> Date: Fri, 14 Jul 2023 14:50:58 +0800 Subject: [PATCH] add sifarsdk. --- .gitignore | 4 ++++ code/application/.gitignore | 1 + code/application/Makefile | 1 + 3 files changed, 6 insertions(+) create mode 100755 code/application/.gitignore mode change 100644 => 100755 code/application/Makefile diff --git a/.gitignore b/.gitignore index b66fc1ab6..5bd477956 100755 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ **/*.mod.c **/*.su *.ko +**/*.o +**/*.a +**/*.so +**/*nvt_finish **/*.sln *.vcxproj *.filters diff --git a/code/application/.gitignore b/code/application/.gitignore new file mode 100755 index 000000000..b67992051 --- /dev/null +++ b/code/application/.gitignore @@ -0,0 +1 @@ +sifarsdk/ \ No newline at end of file diff --git a/code/application/Makefile b/code/application/Makefile old mode 100644 new mode 100755 index 2fba7ed06..feb97e8b7 --- a/code/application/Makefile +++ b/code/application/Makefile @@ -9,6 +9,7 @@ LIB_EXTLIST := $(shell cd $(LIBRARY_DIR)/external; make -s list) BUILD_LIST := $(LIB_EXTLIST:%=nvt@ext@lib@%) $(LIBSUBDIRS:%=nvt@lib@%) $(APP_EXTLIST:%=nvt@ext@app@%) $(APPSUBDIRS) all: + $(MAKE) -C ./sifarsdk/novatek/S530 sf_cs_app @$(call makedep, $(BUILD_LIST)) listpackage: