Re: [Intel-gfx] [PATCH] drm/i915: Fix out of tree builds

2010-05-07 Thread Eric Anholt
On Mon, 3 May 2010 13:24:41 +0100, Peter Clifton wrote: > Fixes up include paths for i915_trace.h by setting additional CFLAGS > for i915_trace_points.c to include the $src directory. The required > TRACE_INCLUDE_PATH is then "." > > Signed-off-by: Peter Clifton Applied. Thanks! pgp87SjaMk5

[Intel-gfx] [PATCH] drm/i915: Fix out of tree builds

2010-05-03 Thread Peter Clifton
Fixes up include paths for i915_trace.h by setting additional CFLAGS for i915_trace_points.c to include the $src directory. The required TRACE_INCLUDE_PATH is then "." Signed-off-by: Peter Clifton --- drivers/gpu/drm/i915/Makefile |2 ++ drivers/gpu/drm/i915/i915_trace.h |2 +- 2 fil