egl/x11: Free memory allocated for reply structures on error
[mesa.git] / src / freedreno / Makefile.sources
index 99d9ace4a73fa864cb7d8b14493c7bafe8f19c7d..6334b54035d1c44612e9c44b097aef698e697e78 100644 (file)
@@ -1,3 +1,9 @@
+common_SOURCES := \
+       common/disasm.h \
+       common/freedreno_uuid.c \
+       common/freedreno_uuid.h \
+       common/freedreno_guardband.h
+
 drm_SOURCES := \
        drm/freedreno_bo.c \
        drm/freedreno_drmif.h \
@@ -14,6 +20,10 @@ drm_SOURCES := \
        drm/freedreno_priv.h \
        drm/msm_ringbuffer.c
 
+ir2_SOURCES := \
+       ir2/disasm-a2xx.c \
+       ir2/instr-a2xx.h
+
 ir3_SOURCES := \
        fdl/fd5_layout.c \
        fdl/fd6_layout.c \