a7b307a021b5158a81ccd6839d3361d19947183b
[mesa.git] / src / gallium / drivers / freedreno / Makefile.am
1 AUTOMAKE_OPTIONS = subdir-objects
2
3 include Makefile.sources
4 include $(top_srcdir)/src/gallium/Automake.inc
5
6 noinst_LTLIBRARIES = libfreedreno.la
7
8 AM_CFLAGS = \
9 -Wno-packed-bitfield-compat \
10 -I$(top_srcdir)/src/gallium/drivers \
11 -I$(top_srcdir)/src/gallium/drivers/freedreno/a3xx \
12 -I$(top_srcdir)/src/gallium/drivers/freedreno/a2xx \
13 $(GALLIUM_CFLAGS) \
14 $(FREEDRENO_CFLAGS) \
15 $(VISIBILITY_CFLAGS)
16
17 libfreedreno_la_SOURCES = \
18 $(C_SOURCES) \
19 $(a2xx_SOURCES) \
20 $(a3xx_SOURCES)