summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-07-26 05:10:54 +0300
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-10-05 09:29:49 +0300
commit6b190d3ce0a693750517256ba67011a9fa04a12a (patch)
treeb22992e9758db1fb165af46b390008d5ee879f3d /tools/perf/util/scripting-engines/trace-event-python.c
parent47346e96f004eca07720e1e2b24fc7f0b0df4092 (diff)
downloadlinux-6b190d3ce0a693750517256ba67011a9fa04a12a.tar.xz
integrity: remove unneeded, broken attempt to add -fshort-wchar
I guess commit 15ea0e1e3e18 ("efi: Import certificates from UEFI Secure Boot") attempted to add -fshort-wchar for building load_uefi.o, but it has never worked as intended. load_uefi.o is created in the platform_certs/ sub-directory. If you really want to add -fshort-wchar, the correct code is: $(obj)/platform_certs/load_uefi.o: KBUILD_CFLAGS += -fshort-wchar But, you do not need to fix it. Commit 8c97023cf051 ("Kbuild: use -fshort-wchar globally") had already added -fshort-wchar globally. This code was unneeded in the first place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions