diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-14 05:32:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 08:32:00 -0500 |
| commit | e2ed5568e5b7ec77796b43c12e30311e0fd84fec (patch) | |
| tree | 6a67eb428b4f2a8ca7f06a0261d59eaf25556aa1 /Makefile | |
| parent | bdc6b5015374cdedcc7b599d3774537bc2802ae1 (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-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
