mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
lib: Only compile igt_vc4 is we have it
Unbreaks compilation fail. Also appease gcc in gem_exec_basic because. Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
467a9fac9b
commit
9e5478dc43
@ -8,6 +8,12 @@ include Makefile.sources
|
||||
noinst_LTLIBRARIES = libintel_tools.la
|
||||
noinst_HEADERS = check-ndebug.h
|
||||
|
||||
if HAVE_VC4
|
||||
libintel_tools_la_SOURCES += \
|
||||
igt_vc4.c \
|
||||
igt_vc4.h
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(LIBUNWIND_CFLAGS) $(DEBUG_CFLAGS) \
|
||||
-DIGT_SRCDIR=\""$(abs_top_srcdir)/tests"\" \
|
||||
|
@ -16,8 +16,6 @@ libintel_tools_la_SOURCES = \
|
||||
igt_gt.h \
|
||||
igt_stats.c \
|
||||
igt_stats.h \
|
||||
igt_vc4.c \
|
||||
igt_vc4.h \
|
||||
instdone.c \
|
||||
instdone.h \
|
||||
intel_batchbuffer.c \
|
||||
|
@ -30,7 +30,6 @@ static void noop(int fd, unsigned ring)
|
||||
uint32_t bbe = MI_BATCH_BUFFER_END;
|
||||
struct drm_i915_gem_execbuffer2 execbuf;
|
||||
struct drm_i915_gem_exec_object2 exec;
|
||||
int ret;
|
||||
|
||||
gem_require_ring(fd, ring);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user