diff --git a/Makefile b/Makefile index 5301883061..1ccfd61d68 100644 --- a/Makefile +++ b/Makefile @@ -103,3 +103,5 @@ world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp- .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean endif + +-include local.mk