]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: fix tracing builds inside the source tree
authorChristoph Hellwig <hch@infradead.org>
Sun, 14 Aug 2011 17:13:00 +0000 (17:13 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 22 Aug 2011 21:37:24 +0000 (16:37 -0500)
commitbfe4adcebb14b935d46689caf73fcf2c6c6b91b3
tree9ebdeda9a0cac40a90d4b01c30380034b6f671d9
parent79711ab965b578c9a161ed0b1f9ab3c7b536e5d9
xfs: fix tracing builds inside the source tree

The code really requires the current source directory to be in the
header search path.  We already do this if building with an object
tree separate from the source, but it needs to be added manually
if building inside the source.  The cflags addition for it accidentally
got removed when collapsing the xfs directory structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/Makefile