diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-03-25 10:11:05 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-03-25 10:12:30 +0100 |
commit | d95a853931d3b9817d751a53393e6c583817f07d (patch) | |
tree | 731c6d972626ef049a86e54c3bf7265e3b8cd300 /package/dtc/patches/patch-Makefile | |
parent | 71d65e1ccd0e69b65a11a670ad09652e23dfece1 (diff) |
dtc: update to 1.6.0
Diffstat (limited to 'package/dtc/patches/patch-Makefile')
-rw-r--r-- | package/dtc/patches/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/dtc/patches/patch-Makefile b/package/dtc/patches/patch-Makefile deleted file mode 100644 index a07d3e953..000000000 --- a/package/dtc/patches/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc.orig/Makefile 2016-04-05 12:08:43.000000000 +0200 -+++ device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc/Makefile 2016-04-05 12:52:14.756802700 +0200 -@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION = - CPPFLAGS = -I libfdt -I . - WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \ - -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow --CFLAGS = -g -Os -fPIC -Werror $(WARNINGS) -+CFLAGS = -g -Os -fPIC $(WARNINGS) - - BISON = bison - LEX = flex |