summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-03 21:56:18 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-03 21:56:18 -0400
commitf8486b31c531dd9622e748e1382ab9e4b8a5fc5c (patch)
tree2b7c1256e2dac078a817cf56ff79e43cabd572df /Makefile
parentca2bc94c2be5d7b915e5ab913ef026aa12b8fc0f (diff)
sub_80E6CA0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a1f94352..9dfc1dbee 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,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