1noinst_PROGRAMS = \ 2 hsw_compute_wrpll \ 3 skl_compute_wrpll \ 4 skl_ddb_allocation \ 5 cnl_compute_wrpll \ 6 $(NULL) 7 8tools_prog_lists = \ 9 igt_stats \ 10 dpcd_reg \ 11 intel_audio_dump \ 12 intel_reg \ 13 intel_backlight \ 14 intel_bios_dumper \ 15 intel_display_crc \ 16 intel_display_poller \ 17 intel_forcewaked \ 18 intel_gpu_frequency \ 19 intel_firmware_decode \ 20 intel_gpu_time \ 21 intel_gpu_top \ 22 intel_gtt \ 23 intel_guc_logger \ 24 intel_infoframes \ 25 intel_l3_parity \ 26 intel_lid \ 27 intel_opregion_decode \ 28 intel_panel_fitter \ 29 intel_reg_checker \ 30 intel_residency \ 31 intel_stepping \ 32 intel_vbt_decode \ 33 intel_watermark \ 34 intel_gem_info \ 35 intel_gvtg_test \ 36 $(NULL) 37 38dist_bin_SCRIPTS = intel_gpu_abrt 39 40LIBDRM_INTEL_BIN = \ 41 intel_dump_decode \ 42 intel_error_decode \ 43 intel_framebuffer_dump \ 44 intel_perf_counters \ 45 $(NULL) 46 47intel_reg_SOURCES = \ 48 intel_reg.c \ 49 intel_reg_decode.c \ 50 intel_reg_spec.c \ 51 intel_reg_spec.h 52 53intel_vbt_decode_SOURCES = \ 54 intel_vbt_decode.c \ 55 intel_vbt_defs.h \ 56 intel_bios.h 57 58intel_l3_parity_SOURCES = \ 59 intel_l3_parity.c \ 60 intel_l3_parity.h \ 61 intel_l3_udev_listener.c 62 63intel_dp_compliance_SOURCES = \ 64 intel_dp_compliance.c \ 65 intel_dp_compliance.h \ 66 intel_dp_compliance_hotplug.c \ 67 $(NULL) 68 69