xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/perf/perf.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4# Override EXTRA_CFLAGSS and add -Wno-stringop-truncation for gcc 8+
5EXTRA_OEMAKE:append = ' EXTRA_CFLAGS="-ldw -Wno-stringop-truncation"'
6PERF_SRC:append = " include/"
7