blob: ddc44c3ca0f47d440c4bb25f68f89cd708e9c759 [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
13index 8645aee..50fc0da 100644
14--- a/Makefile
15+++ b/Makefile
16@@ -7,7 +7,6 @@ BUILDFLAGS = \
17 -D_XOPEN_SOURCE=500 \
18 -DSBINDIR=\"$(SBINDIR)\" \
19 -Wall \
20- -Werror \
21 $(NULL)
22
23 SYSTEMD_GENERATOR_DIR=$(shell pkg-config --variable=systemdsystemgeneratordir systemd)