diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-28 14:01:46 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-28 14:01:46 +0200 |
| commit | f62a9355cdfc394dfcf5e322708e245a994f1895 (patch) | |
| tree | 2f1ff8bf3a02592bc81835609437f0eef9c74904 /Makefile | |
| parent | b46fca7042045852e2082d41a2baac03110f6a1a (diff) | |
Enable -w option for shim generator
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ $(foreach obj, $(OBJS), $(eval $(call DEP,$(obj),$(obj:.o=.asm)))) endif shim.asm: shim.sym - python3 tools/make_shim.py $^ > $@ + python3 tools/make_shim.py -w $^ > $@ $(ROMS): $(OBJS) rgblink -d -n $(ROMS:.gb=.sym) -m $(ROMS:.gb=.map) -O $(BASEROM) -o $@ $^ |
