summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/common/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-02-02 01:32:11 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-02-12 22:05:37 +0100
commit56d88aece94d1f9972b6887e98a638a314af8732 (patch)
tree245224eaee121aab8eff1e04a76afc68970eab89 /src/gallium/winsys/drm/intel/common/Makefile
parent5de5ab428cf5516d91daa3f193a76b0d87853f55 (diff)
intel: Remove the ttm backend
RIP ttm, its been fun knowing you.
Diffstat (limited to 'src/gallium/winsys/drm/intel/common/Makefile')
-rw-r--r--src/gallium/winsys/drm/intel/common/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gallium/winsys/drm/intel/common/Makefile b/src/gallium/winsys/drm/intel/common/Makefile
deleted file mode 100644
index bf1a7d691f..0000000000
--- a/src/gallium/winsys/drm/intel/common/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-TOP = ../../../../../..
-include $(TOP)/configs/current
-
-LIBNAME = inteldrm
-
-C_SOURCES = \
- intel_be_batchbuffer.c \
- intel_be_context.c \
- intel_be_device.c \
- ws_dri_bufmgr.c \
- ws_dri_drmpool.c \
- ws_dri_fencemgr.c \
- ws_dri_mallocpool.c \
- ws_dri_slabpool.c
-
-
-include ./Makefile.template
-
-DRIVER_DEFINES = $(shell pkg-config libdrm --cflags \
- && pkg-config libdrm --atleast-version=2.3.1 \
- && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
-symlinks:
-