summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/drm/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-06-17 14:34:52 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-07-10 01:06:49 +0100
commit29ca7d2c9488d13e496ec65b6e1e1bf1d53042c5 (patch)
tree1e3c805a280ff354539fd82d33946b2b8cc90bd0 /src/gallium/state_trackers/dri/drm/Makefile.sources
parentf6483aa6947437c42928c879dd28d758b7d12901 (diff)
st/dri: merge dri/drm and dri/sw backends
Move the driver_name to dri2/drisw and remove all the SPLIT_TAGETS mayhem. In the next step we'll unify the dri and dri-swrast targets, completing the gallium DRI megadriver. v2: Remove leftover st/dri Makefiles from CONFIG_FILES. Spotted by Thomas Helland. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Rob Clark <robclark@freedesktop.org> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/state_trackers/dri/drm/Makefile.sources')
-rw-r--r--src/gallium/state_trackers/dri/drm/Makefile.sources5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/state_trackers/dri/drm/Makefile.sources b/src/gallium/state_trackers/dri/drm/Makefile.sources
deleted file mode 100644
index b9b93a24e8a..00000000000
--- a/src/gallium/state_trackers/dri/drm/Makefile.sources
+++ /dev/null
@@ -1,5 +0,0 @@
-C_SOURCES := \
- dri_context.c \
- dri_screen.c \
- dri_drawable.c \
- dri2.c