mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-10 11:13:38 -04:00
Remove assets from automatic includes (#1683)
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user