diff options
-rw-r--r-- | Makefile.custom | 2 |
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)) .PHONY: html html: $(syn) synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^ + +-include $(srctree)/Makefile.local |