summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-08 21:43:56 -0700
committerYamaArashi <shadow962@live.com>2016-04-08 21:43:56 -0700
commit8890ea36eef541ba571df102c3353ee411033261 (patch)
treedac1738e0c1a312cf418d834c2c5bb2f90899c88 /Makefile
parent9edfc54fb8b3c2bc46f9730a0eaa80811cb156dd (diff)
AGB flash library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5117c2eb9..74e9c3af8 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,10 @@ $(OBJS): $(CSRCS:src/%.c=genasm/%.s)
genasm/siirtc.s: CFLAGS := -mthumb-interwork -Iinclude
+genasm/agb_flash.s: CFLAGS := -O -mthumb-interwork -Iinclude
+genasm/agb_flash_1m.s: CFLAGS := -O -mthumb-interwork -Iinclude
+genasm/agb_flash_mx.s: CFLAGS := -O -mthumb-interwork -Iinclude
+
# TODO: fix this .syntax hack
genasm/prefix.tmp: