ilo: fix fence reference counting
[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 AM_CFLAGS = \
7 -Wno-packed-bitfield-compat \
8 -I$(top_srcdir)/src/gallium/drivers/freedreno/a3xx \
9 -I$(top_srcdir)/src/gallium/drivers/freedreno/a2xx \
10 $(GALLIUM_DRIVER_CFLAGS) \
11 $(FREEDRENO_CFLAGS)
12
13 noinst_LTLIBRARIES = libfreedreno.la
14
15 libfreedreno_la_SOURCES = \
16 $(C_SOURCES) \
17 $(a2xx_SOURCES) \
18 $(a3xx_SOURCES)