Skip to content

Commit

Permalink
sdm845Pkg: Library: update SimpleInit
Browse files Browse the repository at this point in the history
  • Loading branch information
BigfootACA committed Apr 17, 2022
1 parent 56a0e5e commit 2e0a2c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ then set -e
git submodule set-url libs/lodepng https://hub.fastgit.xyz/lvandeve/lodepng.git
git submodule set-url libs/freetype https://hub.fastgit.xyz/freetype/freetype.git
git submodule set-url libs/nanosvg https://hub.fastgit.xyz/memononen/nanosvg.git
git submodule set-url libs/mxml https://hub.fastgit.xyz/michaelrsweet/mxml.git
git submodule set-url libs/json-c https://hub.fastgit.xyz/json-c/json-c.git
git submodule set-url libs/stb https://hub.fastgit.xyz/nothings/stb.git
git submodule set-url libs/lua https://hub.fastgit.xyz/lua/lua.git
git submodule init;git submodule update
popd
git checkout .gitmodules
Expand Down
2 changes: 1 addition & 1 deletion sdm845Pkg/Library/SimpleInit
Submodule SimpleInit updated 430 files
3 changes: 3 additions & 0 deletions sdm845Pkg/sdm845Pkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,6 @@
!endif #$(INCLUDE_TFTP_COMMAND)

sdm845Pkg/Binary/845/LinuxSimpleMassStorage/LinuxSimpleMassStorage.inf

[BuildOptions.common]
GCC:*_*_AARCH64_CC_FLAGS = -Wno-unused-variable

0 comments on commit 2e0a2c2

Please sign in to comment.