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: