diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-07-25 09:45:03 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-25 09:48:33 +0200 |
commit | 12610a5620522c38178208e5559e89e17cbae2ec (patch) | |
tree | ec3ed2954745f11e3e6dbe49bfce6879d0fc1a9a /Makefile | |
parent | 65762cdd2223d759f5836214143888e32ce5766b (diff) | |
download | openwrt-12610a5620522c38178208e5559e89e17cbae2ec.tar.gz openwrt-12610a5620522c38178208e5559e89e17cbae2ec.tar.bz2 openwrt-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |