Home
last modified time | relevance | path

Searched hist:"9 da0763bdd82572be243fcf5161734f11568960f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile9da0763bdd82572be243fcf5161734f11568960f Fri Apr 25 16:25:18 CDT 2014 Michal Marek <mmarek@suse.cz> kbuild: Use relative path when building in a subdir of the source tree

When doing make O=<subdir>, use '..' to refer to the source tree. This
allows for more readable compiler messages, and, more importantly, it
sets the VPATH to '..', so filenames in WARN_ON() etc. will be shorter.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>