mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 00:27:09 +02:00
libreboot-utils: fix clang hell mode
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -148,4 +148,4 @@ distclean: clean
|
|||||||
# mode targets (portable replacement for ifeq)
|
# mode targets (portable replacement for ifeq)
|
||||||
|
|
||||||
strict:
|
strict:
|
||||||
$(MAKE) CFLAGS="$(HELLFLAGS)" CC_MODE="$(HELLCC)"
|
$(MAKE) CFLAGS="$(CFLAGS) $(HELLFLAGS)" CC_MODE="$(HELLCC)"
|
||||||
|
|||||||
Reference in New Issue
Block a user