allow people to stick custom things into Makefile.local so they dont need to update busybox files while integrating into other build systems (like uClinux-dist)
This commit is contained in:
parent
eda43d7f45
commit
3c82e48923
@ -143,3 +143,5 @@ SYN_CPPFLAGS := $(subst $(brace_close),\$(brace_close),$(SYN_CPPFLAGS))
|
|||||||
.PHONY: html
|
.PHONY: html
|
||||||
html: $(syn)
|
html: $(syn)
|
||||||
synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
|
synopsis -f HTML -Wf,title="'BusyBox Documentation'" -o $@ $^
|
||||||
|
|
||||||
|
-include $(srctree)/Makefile.local
|
||||||
|
Loading…
Reference in New Issue
Block a user