diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-04-01 10:23:48 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-04-01 10:23:48 +0100 |
| commit | b7b34413e7a0b2d8f49a70ed07013591a9c0248a (patch) | |
| tree | cb0acf95934c49ffa4d7619e19d0839cd54aea92 | |
| parent | d100ea1d2f76c6acf30f0d9a68304599aa72c3e2 (diff) | |
libreboot-utils: fix clang hell mode
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/libreboot-utils/Makefile | 2 |
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)" |
