diff options
author | Tom Stellard <[email protected]> | 2012-03-03 09:07:48 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-03-14 10:25:59 -0400 |
commit | fe3f98ed70be01a49dd2e93870907d092fe4a283 (patch) | |
tree | 9f7e40a483c3ddded783396123af89012166e501 /src/gallium/drivers/r300/Makefile.am | |
parent | ea738548e58a76547a5cdd4b38ad354314c40e77 (diff) |
gallium/drivers: Use automake to generate makefile
Diffstat (limited to 'src/gallium/drivers/r300/Makefile.am')
-rw-r--r-- | src/gallium/drivers/r300/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index 8ec47d77ec1..af352aa23e4 100644 --- a/src/gallium/drivers/r300/Makefile.am +++ b/src/gallium/drivers/r300/Makefile.am @@ -32,7 +32,3 @@ r300_compiler_tests_SOURCES = \ $(testdir)/radeon_compiler_util_tests.c \ $(testdir)/rc_test_helpers.c \ $(testdir)/unit_test.c - -# FIXME: remove this when the rest of the gallium -# build system is converted to automake. -default: libr300.a |