aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-07-25 09:45:03 +0200
committerPetr Štetiar <ynezz@true.cz>2019-07-25 09:48:33 +0200
commit12610a5620522c38178208e5559e89e17cbae2ec (patch)
treeec3ed2954745f11e3e6dbe49bfce6879d0fc1a9a /Makefile
parent65762cdd2223d759f5836214143888e32ce5766b (diff)
downloadupstream-12610a5620522c38178208e5559e89e17cbae2ec.tar.gz
upstream-12610a5620522c38178208e5559e89e17cbae2ec.tar.bz2
upstream-12610a5620522c38178208e5559e89e17cbae2ec.zip
Revert "build: allow simple build system customization with local.mk"
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 <ynezz@true.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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