diff options
| author | YamaArashi <shadow962@live.com> | 2016-04-08 21:43:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-04-08 21:43:56 -0700 |
| commit | 8890ea36eef541ba571df102c3353ee411033261 (patch) | |
| tree | dac1738e0c1a312cf418d834c2c5bb2f90899c88 /Makefile | |
| parent | 9edfc54fb8b3c2bc46f9730a0eaa80811cb156dd (diff) | |
AGB flash library
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |
