mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-16 22:45:40 +00:00
Right now it requires a filename on the command line, (such as /debug/dri/0/i915_batchbuffers). We plan to make it smarter in the future by going out and collecting all the data it needs.
12 lines
277 B
Makefile
12 lines
277 B
Makefile
bin_PROGRAMS = \
|
|
intel_gpu_dump \
|
|
intel_gpu_top \
|
|
intel_stepping
|
|
|
|
intel_gpu_top_LDADD = ../lib/libintel_tools.la $(PCIACCESS_LIBS)
|
|
intel_stepping_LDADD = $(PCIACCESS_LIBS)
|
|
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(WARN_CFLAGS) \
|
|
-I$(srcdir)/.. \
|
|
-I$(srcdir)/../lib
|