Move to newer upstream snapshot needed for some devices, Spec cleanups
This commit is contained in:
parent
1a55cffc60
commit
cd6201e4e6
9 changed files with 71 additions and 204 deletions
|
|
@ -1,12 +1,11 @@
|
|||
diff -up vboot-utils-20130222gite6cf2c2/Makefile.cflags vboot-utils-20130222gite6cf2c2/Makefile
|
||||
--- vboot-utils-20130222gite6cf2c2/Makefile.cflags 2013-03-07 13:11:00.697225786 -0500
|
||||
+++ vboot-utils-20130222gite6cf2c2/Makefile 2013-03-07 13:11:49.488465926 -0500
|
||||
@@ -124,7 +124,7 @@ CFLAGS ?= ${COMMON_FLAGS} \
|
||||
--- vboot-utils-a1c5f7c/Makefile.orig 2017-06-04 13:24:39.666009720 +0100
|
||||
+++ vboot-utils-a1c5f7c/Makefile 2017-06-04 13:25:23.960977143 +0100
|
||||
@@ -158,7 +158,7 @@
|
||||
else
|
||||
# FIRMWARE_ARCH not defined; assuming local compile.
|
||||
CC ?= gcc
|
||||
-CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall -Werror # HEY: always want last two?
|
||||
+CFLAGS += $(COMMON_FLAGS) -DCHROMEOS_ENVIRONMENT -Wall -Werror # HEY: always want last two?
|
||||
-CFLAGS += -DCHROMEOS_ENVIRONMENT -Wall ${WERROR} ${DEBUG_FLAGS}
|
||||
+CFLAGS += $(COMMON_FLAGS) -DCHROMEOS_ENVIRONMENT -Wall ${WERROR} ${DEBUG_FLAGS}
|
||||
endif
|
||||
|
||||
ifneq (${DEBUG},)
|
||||
ifneq (${CUSTOM_MUSIC},)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue