From: Huang, Tao Date: Mon, 4 May 2015 11:00:03 +0000 (+0800) Subject: rk: gcc-wrapper.py ignore compat_binfmt_elf.c:58 X-Git-Tag: firefly_0821_release~4158^2~140 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=be3d562d8c79809b131e947d70961e7c84ee49a7;p=firefly-linux-kernel-4.4.55.git rk: gcc-wrapper.py ignore compat_binfmt_elf.c:58 Signed-off-by: Huang, Tao --- diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py index 1f4ee7b5fc68..e3452e225692 100755 --- a/scripts/gcc-wrapper.py +++ b/scripts/gcc-wrapper.py @@ -48,6 +48,7 @@ allowed_warnings = set([ "menu.c:129", "bus.c:318", # FIXME "atags_to_fdt.c:96", + "compat_binfmt_elf.c:58", ]) # Capture the name of the object file, can find it.