android: freedreno: add fd5_layout.c to Makefile.sources
[mesa.git] / src / freedreno / Makefile.sources
index c24f7064339a60c64705a3e8cde4699c30a9a948..1e6d114a9695f697171ca10cdda8b027a4c1da88 100644 (file)
@@ -15,6 +15,7 @@ drm_SOURCES := \
        drm/msm_ringbuffer.c
 
 ir3_SOURCES := \
+       fdl/fd5_layout.c \
        fdl/fd6_layout.c \
        fdl/freedreno_layout.c \
        ir3/disasm-a3xx.c \
@@ -22,6 +23,8 @@ ir3_SOURCES := \
        ir3/ir3.c \
        ir3/ir3_a4xx.c \
        ir3/ir3_a6xx.c \
+       ir3/ir3_assembler.c \
+       ir3/ir3_assembler.h \
        ir3/ir3_compiler.c \
        ir3/ir3_compiler.h \
        ir3/ir3_compiler_nir.c \