libreboot-utils: fix clang hell mode

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-01 10:23:48 +01:00
parent d100ea1d2f
commit b7b34413e7
+1 -1
View File
@@ -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)"