summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug/Makefile
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-08-29 11:42:45 -0700
committerAndreas Boll <[email protected]>2013-01-10 22:01:07 +0100
commitb51cdfa64b22be22cc162fe2d351635d1dff2d42 (patch)
tree8cf0aa1993338d8e04a30a773b8276a8fc456fa3 /src/gallium/drivers/rbug/Makefile
parent3bfe7c211159eb5680952f31ae78f682304fd8a8 (diff)
rbug: Convert to automake
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