summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
blob: b536d451db55034d3b101cc113a2f996a98b748d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
noinst_PROGRAMS = \
	hsw_compute_wrpll \
	skl_compute_wrpll \
	skl_ddb_allocation \
	$(NULL)

bin_PROGRAMS = 				\
	igt_stats			\
	intel_audio_dump 		\
	intel_reg			\
	intel_backlight 		\
	intel_bios_dumper 		\
	intel_bios_reader 		\
	intel_display_crc		\
	intel_display_poller		\
	intel_dump_decode 		\
	intel_error_decode 		\
	intel_forcewaked		\
	intel_gpu_frequency		\
	intel_framebuffer_dump 		\
	intel_firmware_decode		\
	intel_gpu_time 			\
	intel_gpu_top 			\
	intel_gtt 			\
	intel_infoframes		\
	intel_l3_parity			\
	intel_lid			\
	intel_opregion_decode		\
	intel_panel_fitter		\
	intel_perf_counters		\
	intel_reg_checker 		\
	intel_stepping 			\
	intel_watermark

dist_bin_SCRIPTS = intel_gpu_abrt

intel_dump_decode_SOURCES = 	\
	intel_dump_decode.c

intel_reg_SOURCES =		\
	intel_reg.c		\
	intel_reg_decode.c	\
	intel_reg_spec.c	\
	intel_reg_spec.h

intel_error_decode_SOURCES =	\
	intel_error_decode.c

intel_bios_reader_SOURCES =	\
	intel_bios_reader.c	\
	intel_bios.h

intel_l3_parity_SOURCES =	\
	intel_l3_parity.c	\
	intel_l3_parity.h	\
	intel_l3_udev_listener.c