Compare commits
4 Commits
726ef77194
...
bff8bc1910
| Author | SHA1 | Date | |
|---|---|---|---|
| bff8bc1910 | |||
| c9bcb29f50 | |||
| dc97677e72 | |||
| 4535c4508f |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -20,3 +20,6 @@ Thumbs.db
|
|||||||
# Version file is tracked, ignore local edits
|
# Version file is tracked, ignore local edits
|
||||||
# VERSION
|
# VERSION
|
||||||
|
|
||||||
|
# Vendored TegraExplorer tree
|
||||||
|
source/TegraExplorer/
|
||||||
|
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -31,6 +31,9 @@ OBJS += $(patsubst $(BDKDIR)/%.S, $(BUILDDIR)/$(TARGET)/%.o, \
|
|||||||
$(patsubst $(BDKDIR)/%.c, $(BUILDDIR)/$(TARGET)/%.o, \
|
$(patsubst $(BDKDIR)/%.c, $(BUILDDIR)/$(TARGET)/%.o, \
|
||||||
$(call rwildcard, $(BDKDIR), *.S *.c)))
|
$(call rwildcard, $(BDKDIR), *.S *.c)))
|
||||||
|
|
||||||
|
# Optional vendored tree under source/TegraExplorer/ is not part of this payload build.
|
||||||
|
OBJS := $(filter-out $(BUILDDIR)/$(TARGET)/TegraExplorer/%,$(OBJS))
|
||||||
|
|
||||||
GFX_INC := '"../$(SOURCEDIR)/gfx.h"'
|
GFX_INC := '"../$(SOURCEDIR)/gfx.h"'
|
||||||
FFCFG_INC := '"../$(SOURCEDIR)/libs/fatfs/ffconf.h"'
|
FFCFG_INC := '"../$(SOURCEDIR)/libs/fatfs/ffconf.h"'
|
||||||
|
|
||||||
|
|||||||
@@ -264,7 +264,9 @@ static const char* clean_misc_dirs_to_delete[] = {
|
|||||||
"sd:/Patched Apps",
|
"sd:/Patched Apps",
|
||||||
"sd:/SaltySD/flags",
|
"sd:/SaltySD/flags",
|
||||||
"sd:/scripts",
|
"sd:/scripts",
|
||||||
|
"sd:/TegraExplorer",
|
||||||
"sd:/switch/tinfoil/db",
|
"sd:/switch/tinfoil/db",
|
||||||
|
"sd:/themes/systemData",
|
||||||
"sd:/tools",
|
"sd:/tools",
|
||||||
"sd:/warmboot_mariko",
|
"sd:/warmboot_mariko",
|
||||||
NULL
|
NULL
|
||||||
@@ -272,10 +274,6 @@ static const char* clean_misc_dirs_to_delete[] = {
|
|||||||
|
|
||||||
// Miscellaneous files to delete
|
// Miscellaneous files to delete
|
||||||
static const char* clean_misc_files_to_delete[] = {
|
static const char* clean_misc_files_to_delete[] = {
|
||||||
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 010000000000BD00.te",
|
|
||||||
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 0100000000001000.te",
|
|
||||||
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 690000000000000D.te",
|
|
||||||
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 4200000000000010.te",
|
|
||||||
"sd:/fusee-primary.bin",
|
"sd:/fusee-primary.bin",
|
||||||
"sd:/fusee.bin",
|
"sd:/fusee.bin",
|
||||||
"sd:/SaltySD/exceptions.txt",
|
"sd:/SaltySD/exceptions.txt",
|
||||||
|
|||||||
@@ -263,6 +263,7 @@ static const char* misc_dirs_to_delete[] = {
|
|||||||
"sd:/SaltySD/flags",
|
"sd:/SaltySD/flags",
|
||||||
"sd:/scripts",
|
"sd:/scripts",
|
||||||
"sd:/switch/tinfoil/db",
|
"sd:/switch/tinfoil/db",
|
||||||
|
"sd:/themes/systemData",
|
||||||
"sd:/tools",
|
"sd:/tools",
|
||||||
"sd:/warmboot_mariko",
|
"sd:/warmboot_mariko",
|
||||||
NULL
|
NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user