summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno/Makefile.am
blob: 9f5a80af97925afabc666ec6c03fc8b98dbbccc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc

noinst_LTLIBRARIES = libfreedreno.la

AM_CFLAGS = \
	-Wno-packed-bitfield-compat \
	-I$(top_srcdir)/src/gallium/drivers \
	-I$(top_srcdir)/src/gallium/drivers/freedreno/a3xx \
	-I$(top_srcdir)/src/gallium/drivers/freedreno/a2xx \
	$(GALLIUM_CFLAGS) \
	$(FREEDRENO_CFLAGS) \
	$(VISIBILITY_CFLAGS)

SUBDIRS = a2xx a3xx

libfreedreno_la_SOURCES = $(C_SOURCES)

libfreedreno_la_LIBADD = \
	a3xx/libfd3xx.la \
	a2xx/libfd2xx.la