diff options
| author | Masahiro Yamada <[email protected]> | 2019-05-21 04:03:27 +0000 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2019-05-23 01:46:15 +0000 |
| commit | 3dd0aade5911d21abb35fbd4f71c3f52c25891d1 (patch) | |
| tree | 8be0411242f6974bd48bc22aac08347a3f062e09 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | MIPS: mark ginvt() as __always_inline (diff) | |
| download | kernel-3dd0aade5911d21abb35fbd4f71c3f52c25891d1.tar.gz kernel-3dd0aade5911d21abb35fbd4f71c3f52c25891d1.zip | |
MIPS: remove a space after -I to cope with header search paths for VDSO
Commit 9cc342f6c4a0 ("treewide: prefix header search paths with
$(srctree)/") caused a build error for MIPS VDSO.
CC arch/mips/vdso/gettimeofday.o
In file included from ../arch/mips/vdso/vdso.h:26,
from ../arch/mips/vdso/gettimeofday.c:11:
../arch/mips/include/asm/page.h:12:10: fatal error: spaces.h: No such file or directory
#include <spaces.h>
^~~~~~~~~~
The cause of the error is a missing space after the compiler flag -I .
Kbuild used to have a global restriction "no space after -I", but
commit 48f6e3cf5bc6 ("kbuild: do not drop -I without parameter") got
rid of it. Having a space after -I is no longer a big deal as far as
Kbuild is concerned.
It is still a big deal for MIPS because arch/mips/vdso/Makefile
filters the header search paths, like this:
ccflags-vdso := \
$(filter -I%,$(KBUILD_CFLAGS)) \
..., which relies on the assumption that there is no space after -I .
Fixes: 9cc342f6c4a0 ("treewide: prefix header search paths with $(srctree)/")
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
