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