summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/amd/Makefile
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-12 01:40:50 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:22 -0800
commitfbeeb6675733f5b2da36d40b0142dadf8cc953b4 (patch)
treeaadefefde5fa45534c6b6c13faf2ef6fbc29c0d6 /src/gallium/winsys/drm/amd/Makefile
parent0c59004fe3cc9f691c73da2b4a9321c7682410f4 (diff)
r300, amd: Make everything build. (Not necessarily work, mind you.)
Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items.
Diffstat (limited to 'src/gallium/winsys/drm/amd/Makefile')
-rw-r--r--src/gallium/winsys/drm/amd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/amd/Makefile b/src/gallium/winsys/drm/amd/Makefile
index 0f23e3446c..fb77873404 100644
--- a/src/gallium/winsys/drm/amd/Makefile
+++ b/src/gallium/winsys/drm/amd/Makefile
@@ -7,11 +7,13 @@ LIBNAME = amd_dri.so
MINIGLX_SOURCES =
PIPE_DRIVERS = \
- $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a
+ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
+ $(TOP)/src/gallium/drivers/r300/libr300.a
DRIVER_SOURCES = \
amd_buffer.c \
amd_context.c \
+ amd_r300.c \
amd_screen.c \
amd_winsys_softpipe.c
@@ -21,6 +23,8 @@ C_SOURCES = \
ASM_SOURCES =
+DRIVER_DEFINES = -I../../../drivers/r300
+
include ../Makefile.template
DRI_LIB_DEPS += -ldrm_radeon