summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xorg-nouveau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r--src/gallium/targets/xorg-nouveau/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile
deleted file mode 100644
index 8e704c6..0000000
--- a/src/gallium/targets/xorg-nouveau/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = nouveau2_drv.so
-
-C_SOURCES = \
- nouveau_target.c \
- nouveau_xorg.c
-
-DRIVER_DEFINES = \
- -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE
-
-DRIVER_PIPES = \
- $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
- $(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \
- $(TOP)/src/gallium/drivers/nv30/libnv30.a \
- $(TOP)/src/gallium/drivers/nv50/libnv50.a \
- $(TOP)/src/gallium/drivers/nvc0/libnvc0.a \
- $(TOP)/src/gallium/drivers/nouveau/libnouveau.a \
- $(TOP)/src/gallium/drivers/trace/libtrace.a \
- $(TOP)/src/gallium/drivers/rbug/librbug.a
-
-DRIVER_LINKS = \
- $(shell $(PKG_CONFIG) --libs libdrm libdrm_nouveau)
-
-DRIVER_INCLUDES = \
- $(shell $(PKG_CONFIG) --cflags-only-I libdrm libdrm_nouveau xf86driproto)
-
-LINK_WITH_CXX=1
-
-include ../Makefile.xorg