i915: factor our source lists into Makefile.sources
authorChia-I Wu <olv@lunarg.com>
Wed, 31 Aug 2011 04:21:28 +0000 (12:21 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 1 Sep 2011 02:53:30 +0000 (10:53 +0800)
commit47ba5c482f6c87971c8ad878dbfd9e7a4fc3e17c
tree1e4d6a6111a8617a7e0cdff8a67ed6d5e39b07cf
parent05fdb44dd7f2f4500e3d159df6519a644b5f09bc
i915: factor our source lists into Makefile.sources

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

Reviewed-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/i915/Makefile
src/mesa/drivers/dri/i915/Makefile.sources [new file with mode: 0644]