i965: Factor our source lists into Makefile.sources
authorChad Versace <chad@chad-versace.us>
Fri, 26 Aug 2011 22:52:16 +0000 (15:52 -0700)
committerChad Versace <chad@chad-versace.us>
Sat, 27 Aug 2011 01:44:06 +0000 (18:44 -0700)
commitf55a9a481ff8778ee423895230d8221294296300
treeca466874d31c175a53aea30e7be8c3eb02581952
parentf8e6d19f3f40931be741b44d3edf210c38e13f0f
i965: Factor our source lists into Makefile.sources

In preparation for porting i965 to Android, factor its source lists into
a shared makefile. This prevents duplication of source lists, and hence
prevents the Android from breaking as often.

Acked-by: Chia-I Wu <olv@lunarg.com>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/Makefile.sources [new file with mode: 0644]