summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorISSOtm <eldredhabert0@gmail.com>2018-05-28 14:01:46 +0200
committerISSOtm <eldredhabert0@gmail.com>2018-05-28 14:01:46 +0200
commitf62a9355cdfc394dfcf5e322708e245a994f1895 (patch)
tree2f1ff8bf3a02592bc81835609437f0eef9c74904 /Makefile
parentb46fca7042045852e2082d41a2baac03110f6a1a (diff)
Enable -w option for shim generator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8dec7d4..03dcca3 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@ $^