mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
dtc: bump to version 1.5.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user