diff options
author | Emil Velikov <[email protected]> | 2013-05-08 23:46:38 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:50 -0700 |
commit | 959ed5c1636441cbd4dfb720e3d57e0a03bd9992 (patch) | |
tree | b3cf1f89e9a46236e184e6c08d29ed79a4fe717b /src/gallium/drivers/freedreno/a2xx/Makefile.am | |
parent | b91a9cdeaac251dfd8ec46b07755176c14110727 (diff) |
freedreno: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a2xx/Makefile.am')
-rw-r--r-- | src/gallium/drivers/freedreno/a2xx/Makefile.am | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/gallium/drivers/freedreno/a2xx/Makefile.am b/src/gallium/drivers/freedreno/a2xx/Makefile.am index 8ab0f762058..b8a5ac16ca2 100644 --- a/src/gallium/drivers/freedreno/a2xx/Makefile.am +++ b/src/gallium/drivers/freedreno/a2xx/Makefile.am @@ -1,3 +1,4 @@ +include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc noinst_LTLIBRARIES = libfd2xx.la @@ -10,18 +11,4 @@ AM_CFLAGS = \ $(FREEDRENO_CFLAGS) \ $(VISIBILITY_CFLAGS) -libfd2xx_la_SOURCES = \ - fd2_blend.c \ - fd2_compiler.c \ - fd2_context.c \ - fd2_draw.c \ - fd2_emit.c \ - fd2_gmem.c \ - fd2_program.c \ - fd2_rasterizer.c \ - fd2_screen.c \ - fd2_texture.c \ - fd2_util.c \ - fd2_zsa.c \ - disasm-a2xx.c \ - ir-a2xx.c +libfd2xx_la_SOURCES = $(C_SOURCES) |