ntel-gpu-tools/tools/Makefile.am
Ben Widawsky c82c1d6846 intel-gpu-tools/forcewaked: sample forcewake app
This app is required for debug features which seem to (undocumented)
reset themselves if/when the GT goes to sleep.

It is also useful for those doing general debugging or profiling from
userspace when they do not wish to have the GT sleep.

v2: made forcewaked more daemon-like

Cc: Chris Wilson <chris@chris-wilson.co.uk>
2011-07-28 13:48:51 -07:00

49 lines
894 B
Makefile

bin_PROGRAMS = \
intel_disable_clock_gating \
intel_audio_dump \
intel_backlight \
intel_bios_dumper \
intel_bios_reader \
intel_error_decode \
intel_gpu_top \
intel_gpu_time \
intel_gtt \
intel_stepping \
intel_reg_dumper \
intel_reg_snapshot \
intel_reg_write \
intel_reg_read \
forcewaked \
$(NULL)
noinst_PROGRAMS = \
intel_dump_decode \
intel_gpu_dump \
intel_lid \
$(NULL)
intel_gpu_dump_SOURCES = \
intel_gpu_dump.c \
intel_decode.c \
intel_decode.h
intel_dump_decode_SOURCES = \
intel_dump_decode.c \
intel_decode.c \
intel_decode.h
intel_error_decode_SOURCES = \
intel_error_decode.c \
intel_decode.c \
intel_decode.h
intel_bios_reader_SOURCES = \
intel_bios_reader.c \
intel_bios.h
LDADD = ../lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(WARN_CFLAGS) \
-I$(srcdir)/.. \
-I$(srcdir)/../lib