summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-08 15:47:23 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:20 -0800
commit3b37cb49b821dd0c59fd5361ada6c0df9ac07db8 (patch)
treea52b04a9df6da65a7dcaaa3333999f171d512594 /src/gallium/drivers/r300/Makefile
parent3e09a07a265d5ee75b110954d160a73d83793c40 (diff)
gallium-r300: Make it build.
Still todo: - Sort out winsys. - Less suckage.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
new file mode 100644
index 0000000000..b33e56f73d
--- /dev/null
+++ b/src/gallium/drivers/r300/Makefile
@@ -0,0 +1,13 @@
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = r300
+
+C_SOURCES = \
+ r300_context.c \
+ r300_screen.c \
+ r300_state.c
+
+include ../../Makefile.template
+
+symlinks: