summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-radeon
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2010-07-13 07:44:13 -0700
committerJakob Bornecrantz <wallbraker@gmail.com>2010-07-13 07:49:00 -0700
commit433a08445c69e40758ab321e80fb366240e3c21a (patch)
tree279389d8b1ab568c94ca911e43f94a0ca6e113da /src/gallium/targets/xorg-radeon
parent4f956889b7c30282104b3409120f7561d89ab6d1 (diff)
targets: Clean up xorg make files a bit
Diffstat (limited to 'src/gallium/targets/xorg-radeon')
-rw-r--r--src/gallium/targets/xorg-radeon/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gallium/targets/xorg-radeon/Makefile b/src/gallium/targets/xorg-radeon/Makefile
index 7def3a2261..d3bc356992 100644
--- a/src/gallium/targets/xorg-radeon/Makefile
+++ b/src/gallium/targets/xorg-radeon/Makefile
@@ -10,15 +10,15 @@ C_SOURCES = \
DRIVER_DEFINES = \
-DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
+DRIVER_PIPES = \
+ $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
+ $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
+ $(TOP)/src/gallium/drivers/r300/libr300.a \
+ $(TOP)/src/gallium/drivers/galahad/libgalahad.a \
+ $(TOP)/src/gallium/drivers/trace/libtrace.a \
+ $(TOP)/src/gallium/drivers/rbug/librbug.a
+
DRIVER_LINKS = \
- $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
- $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
- $(TOP)/src/gallium/drivers/r300/libr300.a \
- $(TOP)/src/gallium/drivers/galahad/libgalahad.a \
- $(TOP)/src/gallium/drivers/trace/libtrace.a \
- $(TOP)/src/gallium/drivers/rbug/librbug.a \
- $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
- $(GALLIUM_AUXILIARIES) \
$(shell pkg-config --libs libdrm libdrm_radeon)
include ../Makefile.xorg