summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-12-20 14:52:34 -0500
committerGitHub <noreply@github.com>2019-12-20 14:52:34 -0500
commit9f604fe56c83a904c3c2eeeede3d8b73cb6f94a1 (patch)
treed6fde00a5c5a89ecfbc60a6ad858bb0f35968a2f /Makefile
parent9bdd62d651c6d765bf48b2cd396a3e64d26e739c (diff)
parent487d45ce895ddc6cc418e03f7dee61fd36eabb02 (diff)
Merge pull request #189 from jiangzhengwenjz/nonmatching
fake match sub_815DC8C
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff251c99b..59aec0051 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ $(C_BUILDDIR)/m4a.o: CC1 := tools/agbcc/bin/old_agbcc
$(C_BUILDDIR)/isagbprn.o: CC1 := tools/agbcc/bin/old_agbcc
$(C_BUILDDIR)/isagbprn.o: CFLAGS := -mthumb-interwork
-#$(C_BUILDDIR)/trainer_tower.o: CFLAGS += -ffreestanding
+$(C_BUILDDIR)/trainer_tower.o: CFLAGS += -ffreestanding
$(C_BUILDDIR)/flying.o: CFLAGS += -ffreestanding
ifeq ($(NODEP),1)