perf build: Do not fail on missing Build fileAllow nesting into directories without Build file. Currently we forceinclude of the Build file, which fails the build when the Build file ismissing.
perf build: Do not fail on missing Build fileAllow nesting into directories without Build file. Currently we forceinclude of the Build file, which fails the build when the Build file ismissing.We already support empty *-in.o' objects if there's nothing in thedirectory to be compiled, so we can just use it for missing Build filecases.Also adding this case under tests.Reported-by: Rabin Vincent <[email protected]>Signed-off-by: Jiri Olsa <[email protected]>Cc: David Ahern <[email protected]>Cc: Namhyung Kim <[email protected]>Cc: Paul Mackerras <[email protected]>Cc: Peter Zijlstra <[email protected]>Cc: Rabin Vincent <[email protected]>Link: http://lkml.kernel.org/r/[email protected]Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
show more ...