summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-02 11:51:22 -0500
committerscnorton <scnorton@biociphers.org>2019-01-02 11:51:22 -0500
commit90faed914327f40382415d93fdd02919bd3b032c (patch)
tree0f79238ebfdad68be5fe52b9487e1fa75c0bb3dd /Makefile
parent45ef28346890fe0beba1754fb81bbe58f6c8ae7a (diff)
nonmatching sub_815DC8C
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e33d1a469..e259b55df 100644
--- a/Makefile
+++ b/Makefile
@@ -121,6 +121,8 @@ $(C_BUILDDIR)/m4a_4.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
+
ifeq ($(NODEP),1)
$(C_BUILDDIR)/%.o: c_dep :=
else