patch-Makefile 536 B

1234567891011
  1. --- device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc.orig/Makefile 2016-04-05 12:08:43.000000000 +0200
  2. +++ device-tree-compiler-b06e55c88b9b922ff7e25cd62a4709b65524f0fc/Makefile 2016-04-05 12:52:14.756802700 +0200
  3. @@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
  4. CPPFLAGS = -I libfdt -I .
  5. WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
  6. -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
  7. -CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
  8. +CFLAGS = -g -Os -fPIC $(WARNINGS)
  9. BISON = bison
  10. LEX = flex