svga: add new gallium formats to the format conversion table
[mesa.git] / src / gallium / drivers / freedreno / Makefile.am
1 include Makefile.sources
2 include $(top_srcdir)/src/gallium/Automake.inc
3
4 AM_CFLAGS = \
5 -Wno-packed-bitfield-compat \
6 -I$(top_srcdir)/src/gallium/drivers/freedreno/ir3 \
7 -I$(top_srcdir)/src/freedreno \
8 -I$(top_srcdir)/src/freedreno/registers \
9 -I$(top_builddir)/src/compiler/nir \
10 -I$(top_srcdir)/src/compiler/nir \
11 $(LIBDRM_CFLAGS) \
12 $(GALLIUM_DRIVER_CFLAGS)
13
14 noinst_LTLIBRARIES = libfreedreno.la
15
16 libfreedreno_la_SOURCES = \
17 $(C_SOURCES) \
18 $(a2xx_SOURCES) \
19 $(a3xx_SOURCES) \
20 $(a4xx_SOURCES) \
21 $(a5xx_SOURCES) \
22 $(a6xx_SOURCES) \
23 $(ir3_SOURCES)
24
25 EXTRA_DIST = meson.build