summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-05-30 16:51:30 -0700
committerGitHub <noreply@github.com>2018-05-30 16:51:30 -0700
commitdd28854a226753e2da53b35dcf1f67b142b75b77 (patch)
tree61864daf48aad5dfcf697c36e8acac88ce9f4d4c /Makefile
parentf6350bc00373dc824a02522b6c6c9e4695534884 (diff)
parent42731e4b88115bada3aed8ebc3b2c3dabecbb020 (diff)
Merge pull request #255 from DizzyEggg/decomp_record_mixing
Fix pika's Record Mixing PR Also closes #107.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a27584cb2..2afb830cf 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,8 @@ $(C_BUILDDIR)/agb_flash_mx.o: CFLAGS := -O -mthumb-interwork
$(C_BUILDDIR)/m4a_2.o: CC1 := tools/agbcc/bin/old_agbcc
$(C_BUILDDIR)/m4a_4.o: CC1 := tools/agbcc/bin/old_agbcc
+$(C_BUILDDIR)/record_mixing.o: CFLAGS += -ffreestanding
+
ifeq ($(NODEP),)
$(C_BUILDDIR)/%.o: c_dep = $(shell $(SCANINC) -I include $(C_SUBDIR)/$*.c)
else