diff options
Diffstat (limited to 'src/gallium/targets/xorg-r600/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-r600/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/targets/xorg-r600/Makefile b/src/gallium/targets/xorg-r600/Makefile deleted file mode 100644 index fd973304f2c..00000000000 --- a/src/gallium/targets/xorg-r600/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -TOP = ../../../.. -include $(TOP)/configs/current - -LIBNAME = r600g_drv.so - -C_SOURCES = \ - target.c \ - xorg.c - -DRIVER_DEFINES = \ - -DHAVE_CONFIG_H -DGALLIUM_RBUG -DGALLIUM_TRACE -DGALLIUM_GALAHAD - -DRIVER_PIPES = \ - $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \ - $(TOP)/src/gallium/drivers/r600/libr600.a \ - $(TOP)/src/gallium/winsys/radeon/drm/libradeonwinsys.a \ - $(TOP)/src/gallium/drivers/galahad/libgalahad.a \ - $(TOP)/src/gallium/drivers/trace/libtrace.a \ - $(TOP)/src/gallium/drivers/rbug/librbug.a - -DRIVER_LINKS = \ - $(shell $(PKG_CONFIG) --libs libdrm libdrm_radeon) - -include ../Makefile.xorg |