add sifarsdk.

This commit is contained in:
xiaojiazhu 2023-07-14 14:50:58 +08:00
parent 4032c1c135
commit 66ab3359d5
3 changed files with 6 additions and 0 deletions

4
.gitignore vendored
View File

@ -4,6 +4,10 @@
**/*.mod.c **/*.mod.c
**/*.su **/*.su
*.ko *.ko
**/*.o
**/*.a
**/*.so
**/*nvt_finish
**/*.sln **/*.sln
*.vcxproj *.vcxproj
*.filters *.filters

1
code/application/.gitignore vendored Executable file
View File

@ -0,0 +1 @@
sifarsdk/

1
code/application/Makefile Normal file → Executable file
View File

@ -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) BUILD_LIST := $(LIB_EXTLIST:%=nvt@ext@lib@%) $(LIBSUBDIRS:%=nvt@lib@%) $(APP_EXTLIST:%=nvt@ext@app@%) $(APPSUBDIRS)
all: all:
$(MAKE) -C ./sifarsdk/novatek/S530 sf_cs_app
@$(call makedep, $(BUILD_LIST)) @$(call makedep, $(BUILD_LIST))
listpackage: listpackage: