2020-05-08 14:52:40 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2020-04-23 20:47:21 +00:00
|
|
|
From: Laura Abbott <labbott@redhat.com>
|
|
|
|
Date: Wed, 23 Jan 2019 14:36:37 +0100
|
|
|
|
Subject: [PATCH] Drop that for now
|
|
|
|
|
|
|
|
---
|
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
2020-08-03 13:39:23 +00:00
|
|
|
index 37cfb39d77af..c65a263990ae 100644
|
2020-04-23 20:47:21 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2020-06-14 23:10:41 +00:00
|
|
|
@@ -496,7 +496,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
|
2020-04-23 20:47:21 +00:00
|
|
|
KBUILD_CFLAGS := -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs \
|
|
|
|
-fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \
|
|
|
|
-Werror=implicit-function-declaration -Werror=implicit-int \
|
|
|
|
- -Wno-format-security \
|
|
|
|
+ -Wno-format-security -Wno-address-of-packed-member \
|
|
|
|
-std=gnu89
|
|
|
|
KBUILD_CPPFLAGS := -D__KERNEL__
|
|
|
|
KBUILD_AFLAGS_KERNEL :=
|
|
|
|
--
|
2020-06-30 14:24:22 +00:00
|
|
|
2.26.2
|
2020-04-23 20:47:21 +00:00
|
|
|
|