diff --git a/Makefile b/Makefile index b4a3b29..78c46a4 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ OBJS += $(patsubst $(BDKDIR)/%.S, $(BUILDDIR)/$(TARGET)/%.o, \ $(patsubst $(BDKDIR)/%.c, $(BUILDDIR)/$(TARGET)/%.o, \ $(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"' FFCFG_INC := '"../$(SOURCEDIR)/libs/fatfs/ffconf.h"'