diff options
author | Peter Clifton <pcjc2@cam.ac.uk> | 2010-05-03 08:24:41 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-10 16:38:32 -0400 |
commit | a7c542782e92f9487c62a571565637be3d6b0ffd (patch) | |
tree | e2851c21c7a9802dff67319db628dc319f19f7c2 /drivers/gpu/drm/i915/i915_trace.h | |
parent | 007cc8ac4e0787fc7ad2e4585614800671d48d4e (diff) |
drm/i915: Fix out of tree builds
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 <pcjc2@cam.ac.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_trace.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_trace.h b/drivers/gpu/drm/i915/i915_trace.h index 303815321c79..9e4c45f68d6e 100644 --- a/drivers/gpu/drm/i915/i915_trace.h +++ b/drivers/gpu/drm/i915/i915_trace.h | |||
@@ -276,5 +276,5 @@ DEFINE_EVENT(i915_ring, i915_ring_wait_end, | |||
276 | 276 | ||
277 | /* This part must be outside protection */ | 277 | /* This part must be outside protection */ |
278 | #undef TRACE_INCLUDE_PATH | 278 | #undef TRACE_INCLUDE_PATH |
279 | #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/i915 | 279 | #define TRACE_INCLUDE_PATH . |
280 | #include <trace/define_trace.h> | 280 | #include <trace/define_trace.h> |