diff options
author | Thierry Reding <treding@nvidia.com> | 2017-09-01 16:49:51 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-09-05 11:11:20 +0200 |
commit | f23ef8eda4e90e22e715170605e0a2a095820933 (patch) | |
tree | af6685e3f9adc880b85bf3ff79dcd35e3179f630 /drivers/gpu/drm/armada/Makefile | |
parent | d99ce553ed42c21b6fdd1230d5c74624ec90c38e (diff) |
drm/armada: Use correct path to trace include
The header comment in include/trace/define_trace.h specifies that the
TRACE_INCLUDE_PATH needs to be relative to the define_trace.h header
rather than the trace file including it. Most instances get that wrong
and work around it by adding the $(src) directory to the include path.
While this works, it is preferable to refer to the correct path to the
trace file in the first place and avoid any workaround.
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170901144954.19620-3-thierry.reding@gmail.com
Diffstat (limited to 'drivers/gpu/drm/armada/Makefile')
-rw-r--r-- | drivers/gpu/drm/armada/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/armada/Makefile b/drivers/gpu/drm/armada/Makefile index 64c0b4546fb2..a18f156c8b66 100644 --- a/drivers/gpu/drm/armada/Makefile +++ b/drivers/gpu/drm/armada/Makefile @@ -4,5 +4,3 @@ armada-y += armada_510.o armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o obj-$(CONFIG_DRM_ARMADA) := armada.o - -CFLAGS_armada_trace.o := -I$(src) |