Remove assets from automatic includes (#1683)

This commit is contained in:
Derek Hensley
2024-09-10 12:16:56 -06:00
committed by GitHub
parent 19da273ca0
commit b9ea1c19ab
642 changed files with 836 additions and 838 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ NM := $(MIPS_BINUTILS_PREFIX)nm
OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy
OBJDUMP := $(MIPS_BINUTILS_PREFIX)objdump
IINC := -Iinclude -Iinclude/libc -Isrc -Iassets -I$(BUILD_DIR) -I.
IINC := -Iinclude -Iinclude/libc -Isrc -I$(BUILD_DIR) -I.
ifeq ($(KEEP_MDEBUG),0)
RM_MDEBUG = $(OBJCOPY) --remove-section .mdebug $@