aboutsummaryrefslogtreecommitdiff
path: root/util/romtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/romtool/Makefile')
-rw-r--r--util/romtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/romtool/Makefile b/util/romtool/Makefile
index 3ef1748095..291c940a18 100644
--- a/util/romtool/Makefile
+++ b/util/romtool/Makefile
@@ -21,7 +21,7 @@ $(obj)/romtool: $(patsubst %,$(obj)/%,$(OBJ))
tobj = $(obj)/tools
tsrc = $(shell pwd)/tools
-include tools/Makefile
+include $(tsrc)/Makefile
$(obj)/%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<