summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-09-10 12:16:56 -0600
committerGitHub <noreply@github.com>2024-09-10 15:16:56 -0300
commitb9ea1c19ab8c8f273cf8cddfc372dcb47106f1f3 (patch)
tree4d9ded0ea8ad29fc42b6bf3e7d599a14333314ef /Makefile
parent19da273ca0d4a1b1e2f44a3fee0983a97c7558a0 (diff)
Remove assets from automatic includes (#1683)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aaf1f69a..08b5b9808 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@