From 8890ea36eef541ba571df102c3353ee411033261 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 8 Apr 2016 21:43:56 -0700 Subject: AGB flash library --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3