add sifarsdk.
This commit is contained in:
parent
4032c1c135
commit
66ab3359d5
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,6 +4,10 @@
|
|||
**/*.mod.c
|
||||
**/*.su
|
||||
*.ko
|
||||
**/*.o
|
||||
**/*.a
|
||||
**/*.so
|
||||
**/*nvt_finish
|
||||
**/*.sln
|
||||
*.vcxproj
|
||||
*.filters
|
||||
|
|
1
code/application/.gitignore
vendored
Executable file
1
code/application/.gitignore
vendored
Executable file
|
@ -0,0 +1 @@
|
|||
sifarsdk/
|
1
code/application/Makefile
Normal file → Executable file
1
code/application/Makefile
Normal file → Executable 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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user