summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-radeon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-radeon/Makefile')
-rw-r--r--src/gallium/targets/xorg-radeon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-radeon/Makefile b/src/gallium/targets/xorg-radeon/Makefile
index 6cbc61e7ae..caf2ac98b9 100644
--- a/src/gallium/targets/xorg-radeon/Makefile
+++ b/src/gallium/targets/xorg-radeon/Makefile
@@ -4,10 +4,11 @@ include $(TOP)/configs/current
LIBNAME = radeon_drv.so
C_SOURCES = \
+ radeon_target.c \
radeon_xorg.c
DRIVER_DEFINES = \
- -DHAVE_CONFIG_H
+ -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE
DRIVER_LINKS = \
$(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \