summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-radeong/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-22 17:28:20 +1000
committerDave Airlie <airlied@redhat.com>2010-08-25 06:10:01 +1000
commit37f0654fa56a97c6f4ea6220c97758ee95267e0b (patch)
tree1d360964b4a41a172304625d6944cfab8b0330eb /src/gallium/targets/dri-radeong/Makefile
parentad58f0d9e021065d8e6d82e1aa7387dcd206f86e (diff)
r300g: rename radeong_dri.so to r300_dri.so
acked on irc by Corbin + Marek.
Diffstat (limited to 'src/gallium/targets/dri-radeong/Makefile')
-rw-r--r--src/gallium/targets/dri-radeong/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gallium/targets/dri-radeong/Makefile b/src/gallium/targets/dri-radeong/Makefile
deleted file mode 100644
index 3f9ec36166..0000000000
--- a/src/gallium/targets/dri-radeong/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = radeong_dri.so
-
-PIPE_DRIVERS = \
- $(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
- $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \
- $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.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/r300/libr300.a
-
-C_SOURCES = \
- target.c \
- $(COMMON_GALLIUM_SOURCES) \
- $(DRIVER_SOURCES)
-
-DRIVER_DEFINES = \
- -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD
-
-include ../Makefile.dri
-
-DRI_LIB_DEPS += -ldrm_radeon
-
-symlinks: