summaryrefslogtreecommitdiff
path: root/overlay
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 /overlay
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 'overlay')
-rw-r--r--overlay/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am
index 0f553b7c..4cf82dc6 100644
--- a/overlay/Makefile.am
+++ b/overlay/Makefile.am
@@ -7,7 +7,8 @@ endif
tracepoint_format.h: tracepoint_format.leg
$(LEG) -o $@ $<
-AM_CPPFLAGS = -I. -I$(top_srcdir)/include/drm-uapi
+AM_CPPFLAGS = -I. -I$(top_srcdir)/include/drm-uapi \
+ -I$(top_srcdir)/lib/stubs/syscalls
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
$(CAIRO_CFLAGS) $(OVERLAY_CFLAGS) $(WERROR_CFLAGS) -I$(srcdir)/../lib
LDADD = $(DRM_LIBS) $(PCIACCESS_LIBS) $(CAIRO_LIBS) $(OVERLAY_LIBS) $(top_builddir)/lib/libigt_perf.la