summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-01-14 05:32:00 -0800
committerGitHub <noreply@github.com>2025-01-14 08:32:00 -0500
commite2ed5568e5b7ec77796b43c12e30311e0fd84fec (patch)
tree6a67eb428b4f2a8ca7f06a0261d59eaf25556aa1 /Makefile
parentbdc6b5015374cdedcc7b599d3774537bc2802ae1 (diff)
[iQue] Match ovl_kaleido_scope (#2421)
* [iQue] Match ovl_kaleido_scope * Add bug comment for OOB reads Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Preemptively fix merge conflicts --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9aec6bdf8..ec1d5f07b 100644
--- a/Makefile
+++ b/Makefile
@@ -592,8 +592,10 @@ EGCS_O_FILES += $(BUILD_DIR)/src/overlays/misc/ovl_kaleido_scope/z_kaleido_map.o
EGCS_O_FILES += $(BUILD_DIR)/src/overlays/misc/ovl_kaleido_scope/z_kaleido_scope.o
$(EGCS_O_FILES): CC := $(EGCS_CC)
-$(EGCS_O_FILES): CFLAGS := $(EGCS_CFLAGS) -mno-abicalls -funsigned-char
+$(EGCS_O_FILES): CFLAGS := $(EGCS_CFLAGS) -mno-abicalls
$(EGCS_O_FILES): MIPS_VERSION :=
+
+$(BUILD_DIR)/src/boot/z_std_dma.o: CFLAGS += -funsigned-char
endif
ifeq ($(PLATFORM),IQUE)