summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/rbug/Makefile')
-rw-r--r--src/gallium/drivers/rbug/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/rbug/Makefile b/src/gallium/drivers/rbug/Makefile
deleted file mode 100644
index 64e172fe5c1..00000000000
--- a/src/gallium/drivers/rbug/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-TOP = ../../../..
-include $(TOP)/configs/current
-
-LIBNAME = rbug
-
-C_SOURCES = \
- rbug_core.c \
- rbug_context.c \
- rbug_objects.c \
- rbug_screen.c
-
-include ../../Makefile.template