mirror of
https://github.com/paolosabatino/multitool.git
synced 2024-11-25 07:36:13 +00:00
13 lines
385 B
Diff
13 lines
385 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 28e3e70..c398ba6 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -359,6 +359,7 @@ KBUILD_CPPFLAGS := -D__KERNEL__ -D__UBOOT__
|
|
|
|
KBUILD_CFLAGS := -Wall -Wstrict-prototypes \
|
|
-Wno-format-security \
|
|
+ -Wno-error=tautological-compare \
|
|
-fno-builtin -ffreestanding
|
|
KBUILD_CFLAGS += -fshort-wchar -Werror
|
|
KBUILD_AFLAGS := -D__ASSEMBLY__
|