From 12610a5620522c38178208e5559e89e17cbae2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Thu, 25 Jul 2019 09:45:03 +0200 Subject: [PATCH] Revert "build: allow simple build system customization with local.mk" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fe928c7a81810fd84210a5e9594b7fa8ce1064ce as it seems to introduce build breakage when local.mk doesn't exist. make --trace toplevel.mk:216: target 'local.mk' does not exist Signed-off-by: Petr Štetiar --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1ccfd61d68..5301883061 100644 --- a/Makefile +++ b/Makefile @@ -103,5 +103,3 @@ 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