1common_SOURCES := \
2	common/disasm.h \
3	common/freedreno_dev_info.c \
4	common/freedreno_dev_info.h \
5	common/freedreno_guardband.h \
6	common/freedreno_uuid.c \
7	common/freedreno_uuid.h
8
9drm_SOURCES := \
10	drm/freedreno_bo.c \
11	drm/freedreno_drmif.h \
12	drm/freedreno_ringbuffer.c \
13	drm/msm_bo.c \
14	drm/msm_pipe.c \
15	drm/msm_ringbuffer_sp.c \
16	drm/freedreno_bo_cache.c \
17	drm/freedreno_pipe.c \
18	drm/freedreno_ringbuffer.h \
19	drm/msm_device.c \
20	drm/msm_priv.h \
21	drm/freedreno_device.c \
22	drm/freedreno_priv.h \
23	drm/msm_ringbuffer.c
24
25ir2_SOURCES := \
26	ir2/disasm-a2xx.c \
27	ir2/instr-a2xx.h
28
29ir3_SOURCES := \
30	fdl/fd5_layout.c \
31	fdl/fd6_layout.c \
32	fdl/freedreno_layout.c \
33	ir3/disasm-a3xx.c \
34	ir3/instr-a3xx.h \
35	ir3/ir3.c \
36	ir3/ir3_a4xx.c \
37	ir3/ir3_a6xx.c \
38	ir3/ir3_assembler.c \
39	ir3/ir3_assembler.h \
40	ir3/ir3_compiler.c \
41	ir3/ir3_compiler.h \
42	ir3/ir3_compiler_nir.c \
43	ir3/ir3_context.c \
44	ir3/ir3_context.h \
45	ir3/ir3_cp.c \
46	ir3/ir3_cp_postsched.c \
47	ir3/ir3_cf.c \
48	ir3/ir3_dce.c \
49	ir3/ir3_delay.c \
50	ir3/ir3_disk_cache.c \
51	ir3/ir3_group.c \
52	ir3/ir3_image.c \
53	ir3/ir3_image.h \
54	ir3/ir3.h \
55	ir3/ir3_legalize.c \
56	ir3/ir3_nir.c \
57	ir3/ir3_nir.h \
58	ir3/ir3_nir_analyze_ubo_ranges.c \
59	ir3/ir3_nir_lower_load_barycentric_at_sample.c \
60	ir3/ir3_nir_lower_load_barycentric_at_offset.c \
61	ir3/ir3_nir_lower_io_offsets.c \
62	ir3/ir3_nir_lower_tess.c \
63	ir3/ir3_nir_lower_tex_prefetch.c \
64	ir3/ir3_nir_lower_tg4_to_tex.c \
65	ir3/ir3_nir_move_varying_inputs.c \
66	ir3/ir3_postsched.c \
67	ir3/ir3_print.c \
68	ir3/ir3_ra.c \
69	ir3/ir3_ra.h \
70	ir3/ir3_ra_regset.c \
71	ir3/ir3_sched.c \
72	ir3/ir3_shader.c \
73	ir3/ir3_shader.h \
74	ir3/ir3_validate.c
75
76ir3_GENERATED_FILES := \
77	ir3/ir3_lexer.c \
78	ir3/ir3_nir_trig.c \
79	ir3/ir3_nir_imul.c \
80	ir3/ir3_parser.c \
81	ir3/ir3_parser.h
82
83perfcntrs_SOURCES := \
84	perfcntrs/fd2_perfcntr.c \
85	perfcntrs/fd5_perfcntr.c \
86	perfcntrs/fd6_perfcntr.c \
87	perfcntrs/freedreno_perfcntr.c \
88	perfcntrs/freedreno_perfcntr.h
89