summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 058835c2110b8536b708ce4f4c61968cfb46af75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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_checker 		\
	intel_reg_dumper 		\
	intel_reg_snapshot 		\
	intel_reg_write 		\
	intel_reg_read 			\
	intel_forcewaked

noinst_PROGRAMS = 			\
	intel_dump_decode 		\
	intel_infoframes		\
	intel_lid			\
	intel_panel_fitter

dist_bin_SCRIPTS = intel_gpu_abrt

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
AM_CFLAGS = $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS)
LDADD = $(top_builddir)/lib/libintel_tools.la $(DRM_LIBS) $(PCIACCESS_LIBS)

intel_dump_decode_SOURCES = 	\
	intel_dump_decode.c

intel_error_decode_SOURCES =	\
	intel_error_decode.c

intel_bios_reader_SOURCES =	\
	intel_bios_reader.c	\
	intel_bios.h