summaryrefslogtreecommitdiff
path: root/util/dell-flash-unlock/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-22 03:38:30 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-22 03:38:30 +0100
commit9b01115c5ad0066be275ba4e9215eac6c498a02c (patch)
tree7b13f35fb5fc7a4d1cf50f2e81f65c198156ad44 /util/dell-flash-unlock/Makefile
parenta64cdaa30056f53caf970cd4137fa27e9a7231ac (diff)
dell-flash-unlock: fix errno handlingHEADmaster
and remove pedantic flags in makefile Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/dell-flash-unlock/Makefile')
-rw-r--r--util/dell-flash-unlock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dell-flash-unlock/Makefile b/util/dell-flash-unlock/Makefile
index 8528c10e..7bb7e1b3 100644
--- a/util/dell-flash-unlock/Makefile
+++ b/util/dell-flash-unlock/Makefile
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2023 Nicholas Chin
CC=cc
-CFLAGS=-Wall -Wextra -Werror -O2 -pedantic
+CFLAGS=-Wall -Wextra -O2
SRCS=dell_flash_unlock.c accessors.c
all: $(SRCS) accessors.h