summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_legacy.c
diff options
context:
space:
mode:
authorDerek Morton <derek.j.morton@intel.com>2016-09-06 15:55:41 +0100
committerMarius Vlad <marius.c.vlad@intel.com>2016-09-07 13:49:47 +0300
commit367d418e74295c07e13e5b84b319379cd404594e (patch)
tree39701cd3eff21e734bb7df6f97e7709b5f6d8ad7 /tests/kms_cursor_legacy.c
parent38302c25fd8d6130a5d17e7047395283b007c54e (diff)
benchmarks/gem_busy: Fix compile error
The benchmark was failing with: gem_busy.c:158:8: error: implicit declaration of function 'intel_gen' is invalid in C99 [-Werror,-Wimplicit-function-declaration] gen = intel_gen(intel_get_drm_devid(fd)); The root cause was due to the local lib directory not being specified in benchmarks/Android.mk, resulting in intel_chipset.h from drm being used instead. This patch adds the lib path to the LOCAL_C_INCLUDES Signed-off-by: Derek Morton <derek.j.morton@intel.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Diffstat (limited to 'tests/kms_cursor_legacy.c')
0 files changed, 0 insertions, 0 deletions