summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: