mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Enable compilation on non-Intel, non-DRM systems.
A few of the tools can be performed post-mortem from a different system, so it is useful to be able to compile those tools on those foreign systems. Obviously, any program to interact with the PCI device or talk to GEM will fail on a non-Intel system. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
+12
-5
@@ -1,8 +1,15 @@
|
||||
bin_PROGRAMS = \
|
||||
intel_upload_blit_large \
|
||||
intel_upload_blit_large_gtt \
|
||||
intel_upload_blit_large_map \
|
||||
intel_upload_blit_small
|
||||
NULL=#
|
||||
|
||||
bin_PROGRAMS = $(NULL)
|
||||
|
||||
if HAVE_DRM
|
||||
bin_PROGRAMS += \
|
||||
intel_upload_blit_large \
|
||||
intel_upload_blit_large_gtt \
|
||||
intel_upload_blit_large_map \
|
||||
intel_upload_blit_small \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
BENCHMARK_LIBS = \
|
||||
../lib/libintel_tools.la \
|
||||
|
||||
Reference in New Issue
Block a user