15a3e93c33e07fc91e129a6186a9919060e9b48c
[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/ir3 \
9 $(GALLIUM_DRIVER_CFLAGS) \
10 $(FREEDRENO_CFLAGS)
11
12 noinst_LTLIBRARIES = libfreedreno.la
13
14 libfreedreno_la_SOURCES = \
15 $(C_SOURCES) \
16 $(a2xx_SOURCES) \
17 $(a3xx_SOURCES) \
18 $(ir3_SOURCES)