From 3c82e48923b4b4343cbca2fb0981bc2a8a4ac009 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 May 2007 22:07:03 +0000 Subject: 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) --- Makefile.custom | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.custom') 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 -- cgit v1.2.3