aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 0cc40a667..d0aff3799 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -143,3 +143,5 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS))
143.PHONY: html 143.PHONY: html
144html: $(syn) 144html: $(syn)
145 synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ 145 synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
146
147-include $(srctree)/Makefile.local