blob: b8a5ac16ca214c1942b463b5b0c2452fecaab7b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
noinst_LTLIBRARIES = libfd2xx.la
AM_CFLAGS = \
-Wno-packed-bitfield-compat \
-I$(top_srcdir)/src/gallium/drivers \
-I$(top_srcdir)/src/gallium/drivers/freedreno \
$(GALLIUM_CFLAGS) \
$(FREEDRENO_CFLAGS) \
$(VISIBILITY_CFLAGS)
libfd2xx_la_SOURCES = $(C_SOURCES)
|