You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
511 B

  1. --- a/Makefile.orig 2019-03-15 03:55:48.407966162 +0000
  2. +++ b/Makefile 2019-03-15 03:56:01.320976021 +0000
  3. @@ -15,10 +15,10 @@ EXTRAVERSION =
  4. LOCAL_VERSION =
  5. CONFIG_LOCALVERSION =
  6. -CPPFLAGS = -I libfdt -I .
  7. +CPPFLAGS += -I libfdt -I .
  8. WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
  9. -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
  10. -CFLAGS = -g -Os $(SHAREDLIB_CFLAGS) -Werror $(WARNINGS)
  11. +CFLAGS += $(SHAREDLIB_CFLAGS) -Werror $(WARNINGS)
  12. BISON = bison
  13. LEX = flex