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
**/*.su
*.ko
**/*.o
**/*.a
**/*.so
**/*nvt_finish
**/*.sln
*.vcxproj
*.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)
all:
$(MAKE) -C ./sifarsdk/novatek/S530 sf_cs_app
@$(call makedep, $(BUILD_LIST))
listpackage: