1drm_SOURCES := \
2	drm/freedreno_bo.c \
3	drm/freedreno_drmif.h \
4	drm/freedreno_ringbuffer.c \
5	drm/msm_bo.c \
6	drm/msm_pipe.c \
7	drm/msm_ringbuffer_sp.c \
8	drm/freedreno_bo_cache.c \
9	drm/freedreno_pipe.c \
10	drm/freedreno_ringbuffer.h \
11	drm/msm_device.c \
12	drm/msm_priv.h \
13	drm/freedreno_device.c \
14	drm/freedreno_priv.h \
15	drm/msm_drm.h \
16	drm/msm_ringbuffer.c
17
18ir3_SOURCES := \
19	ir3/disasm-a3xx.c \
20	ir3/instr-a3xx.h \
21	ir3/ir3.c \
22	ir3/ir3_a4xx.c \
23	ir3/ir3_a6xx.c \
24	ir3/ir3_compiler.c \
25	ir3/ir3_compiler.h \
26	ir3/ir3_compiler_nir.c \
27	ir3/ir3_context.c \
28	ir3/ir3_context.h \
29	ir3/ir3_cp.c \
30	ir3/ir3_depth.c \
31	ir3/ir3_group.c \
32	ir3/ir3_image.c \
33	ir3/ir3_image.h \
34	ir3/ir3.h \
35	ir3/ir3_legalize.c \
36	ir3/ir3_nir.c \
37	ir3/ir3_nir.h \
38	ir3/ir3_nir_analyze_ubo_ranges.c \
39	ir3/ir3_nir_lower_load_barycentric_at_sample.c \
40	ir3/ir3_nir_lower_load_barycentric_at_offset.c \
41	ir3/ir3_nir_lower_io_offsets.c \
42	ir3/ir3_nir_lower_tg4_to_tex.c \
43	ir3/ir3_nir_move_varying_inputs.c \
44	ir3/ir3_print.c \
45	ir3/ir3_ra.c \
46	ir3/ir3_sched.c \
47	ir3/ir3_shader.c \
48	ir3/ir3_shader.h \
49	ir3/ir3_sun.c
50
51ir3_GENERATED_FILES := \
52	ir3/ir3_nir_trig.c
53
54registers_FILES := \
55	registers/a2xx.xml.h \
56	registers/a3xx.xml.h \
57	registers/a4xx.xml.h \
58	registers/a5xx.xml.h \
59	registers/a6xx.xml.h \
60	registers/adreno_common.xml.h \
61	registers/adreno_pm4.xml.h
62