summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-07-24 15:20:23 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2018-07-25 15:48:18 -0700
commit31ea7dd5e66d8ff3acf093de79a2890a2cbec045 (patch)
tree54a684209893b998eabbe5ca2e2bc7bd310672d6 /benchmarks
parentfe908a01012c9daafafb3410b9407725ca9d4f21 (diff)
build: provide include for missing syscalls
Add directory with README file to allow missing syscalls to be defined. The syscalls themselves will be provided in follow up patches. v2: add support to autotools Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Acked-by: Antonio Argenziano <antonio.argenziano@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index 055e4c3a..979b9490 100644
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -11,7 +11,8 @@ endif
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/include/drm-uapi \
- -I$(top_srcdir)/lib
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/lib/stubs/syscalls
AM_CFLAGS = -I$(top_srcdir)/include/drm-uapi \
$(DRM_CFLAGS) $(CWARNFLAGS) $(CAIRO_CFLAGS) $(LIBUNWIND_CFLAGS) \