diff options
author | Ting Liu <ting.liu@freescale.com> | 2014-07-23 11:58:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-23 21:55:51 +0100 |
commit | 7e7063e495d6451b46e06d08d16f92d0597a7d11 (patch) | |
tree | 7ad8915c3fcc577b1b78dc1b0453cf4b360063e9 /.gitignore | |
parent | d96b5072d53f134c5038601e30368db6ccfefe78 (diff) | |
download | openembedded-core-7e7063e495d6451b46e06d08d16f92d0597a7d11.tar.gz openembedded-core-7e7063e495d6451b46e06d08d16f92d0597a7d11.tar.bz2 openembedded-core-7e7063e495d6451b46e06d08d16f92d0597a7d11.zip |
perf: remove CFLAGS override
definition of __SANE_USERSPACE_TYPES__ was added in kernel source by
commit e3541ec75219819d3235f80125a1a75d798ff6e1
perf tools, powerpc: Fix compile warnings in tests/attr.c
Overriding the CFLAGS makes it impossible for kernel build system to
append to it, thus making the build fail in various ways as:
| CC /.../perf/1.0-r9/perf-1.0/perf.o
| In file included from builtin.h:4:0,
| from perf.c:9:
| util/util.h:74:24: fatal error: lk/debugfs.h: No such file or directory
| #include <lk/debugfs.h>
| ^
| compilation terminated.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions