dtc: bump to version 1.5.0

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou
2019-03-15 02:06:31 +00:00
parent d63fc1ccd7
commit 80c462b6a1
2 changed files with 19 additions and 6 deletions
@@ -0,0 +1,15 @@
--- a/Makefile.orig 2019-03-15 03:55:48.407966162 +0000
+++ b/Makefile 2019-03-15 03:56:01.320976021 +0000
@@ -15,10 +15,10 @@ EXTRAVERSION =
LOCAL_VERSION =
CONFIG_LOCALVERSION =
-CPPFLAGS = -I libfdt -I .
+CPPFLAGS += -I libfdt -I .
WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
-CFLAGS = -g -Os $(SHAREDLIB_CFLAGS) -Werror $(WARNINGS)
+CFLAGS += $(SHAREDLIB_CFLAGS) -Werror $(WARNINGS)
BISON = bison
LEX = flex