1
0
mirror of https://github.com/paolosabatino/multitool.git synced 2024-11-25 07:36:13 +00:00
multitool/sources/rk322x/assets/stepnand-patches/u-boot-0012-Makefile-compat.patch
2023-11-14 21:15:44 +01:00

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__