aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2015-09-01 10:31:19 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2015-09-01 10:31:19 +0200
commitfe3779e8d4abefde99dd413b9e23379e6a973c52 (patch)
tree2be09cb2044e110217ebf5923bf315105dca1c25 /utils
parent4d47c0eae8b24959f1a8631576ff6be1fb9198f3 (diff)
parentf8e6574e64c8c77fe60a9319630b70954e6ab79e (diff)
Merge pull request #1669 from plntyk/fix_gcc5_flashrom
flashrom: fix gcc5 build
Diffstat (limited to 'utils')
-rw-r--r--utils/flashrom/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile
index af7b5e1dd..6d3c573a4 100644
--- a/utils/flashrom/Makefile
+++ b/utils/flashrom/Makefile
@@ -46,6 +46,8 @@ define Package/flashrom/description
/firmware images.
endef
+TARGET_CFLAGS+=-std=gnu89
+
MAKE_FLAGS += \
PREFIX="/usr"