summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 10:23:48 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 10:23:48 +0100
commitb7b34413e7a0b2d8f49a70ed07013591a9c0248a (patch)
treecb0acf95934c49ffa4d7619e19d0839cd54aea92
parentd100ea1d2f76c6acf30f0d9a68304599aa72c3e2 (diff)
libreboot-utils: fix clang hell mode
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/libreboot-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/Makefile b/util/libreboot-utils/Makefile
index 3fa9fd0e..efa0aedc 100644
--- a/util/libreboot-utils/Makefile
+++ b/util/libreboot-utils/Makefile
@@ -148,4 +148,4 @@ distclean: clean
# mode targets (portable replacement for ifeq)
strict:
- $(MAKE) CFLAGS="$(HELLFLAGS)" CC_MODE="$(HELLCC)"
+ $(MAKE) CFLAGS="$(CFLAGS) $(HELLFLAGS)" CC_MODE="$(HELLCC)"