diff options
author | Corbin Simpson <[email protected]> | 2009-10-21 22:53:37 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-10-21 22:53:37 -0700 |
commit | 40247d87d215d0f1b6370b2888548544eedf0d89 (patch) | |
tree | 6cdfddd823e97d9042c57a87afcc46215d07d7e8 /src/gallium/drivers/r300/Makefile | |
parent | b2b239691dfe593676aaee0cd990fa76354ac96f (diff) |
r300g: Cleanup old static shader state.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile index c4f2c021c4b..f73d80de882 100644 --- a/src/gallium/drivers/r300/Makefile +++ b/src/gallium/drivers/r300/Makefile @@ -4,8 +4,6 @@ include $(TOP)/configs/current LIBNAME = r300 C_SOURCES = \ - r3xx_fs.c \ - r5xx_fs.c \ r300_chipset.c \ r300_clear.c \ r300_context.c \ |