diff options
author | Corbin Simpson <[email protected]> | 2009-01-08 15:47:23 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:20 -0800 |
commit | 3b37cb49b821dd0c59fd5361ada6c0df9ac07db8 (patch) | |
tree | a52b04a9df6da65a7dcaaa3333999f171d512594 /src/gallium/drivers/r300/Makefile | |
parent | 3e09a07a265d5ee75b110954d160a73d83793c40 (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/Makefile | 13 |
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 00000000000..b33e56f73d1 --- /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: |