blob: 613858f6fd52dc7943215c8c5e46787c5d1297cb [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001From a06c77557ed951249d5b344441ad6ec57410e63f Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex@linutronix.de>
3Date: Sun, 3 Oct 2021 21:52:16 +0200
4Subject: [PATCH] Makefile: do not use -Werror
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex@linutronix.de>
8---
9 Makefile | 1 -
10 1 file changed, 1 deletion(-)
11
12diff --git a/Makefile b/Makefile
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013index 0368e41..53d6a9d 100644
Andrew Geisslereff27472021-10-29 15:35:00 -050014--- a/Makefile
15+++ b/Makefile
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000016@@ -8,7 +8,6 @@ BUILDFLAGS = \
Andrew Geisslereff27472021-10-29 15:35:00 -050017 -DSBINDIR=\"$(SBINDIR)\" \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000018 -I${CURDIR}/include \
Andrew Geisslereff27472021-10-29 15:35:00 -050019 -Wall \
20- -Werror \
21 $(NULL)
22
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000023 SRCS = \
24--
252.25.1
26