summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/rbug
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2018-02-07 23:47:39 +0100
committerRoland Scheidegger <[email protected]>2018-02-07 23:47:39 +0100
commit09f49b9e50ee86e24c7e975f08535aa7237852a1 (patch)
treeb5b76d69f1110eccdd3f7d3d0aa78c3e8ec6e264 /src/gallium/drivers/rbug
parent6f82b8d8d0a986aac28e7bec47fc313fb950475c (diff)
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
This reverts commit 6f82b8d8d0a986aac28e7bec47fc313fb950475c. This broke scons build, and reportedly clover with autotools/meson too.
Diffstat (limited to 'src/gallium/drivers/rbug')
-rw-r--r--src/gallium/drivers/rbug/Makefile.sources18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gallium/drivers/rbug/Makefile.sources b/src/gallium/drivers/rbug/Makefile.sources
index b21e51e3099..f9f1d5c3a49 100644
--- a/src/gallium/drivers/rbug/Makefile.sources
+++ b/src/gallium/drivers/rbug/Makefile.sources
@@ -1,9 +1,9 @@
-RBUG_SOURCES := \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_context.c \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_context.h \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_core.c \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_objects.c \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_objects.h \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_public.h \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_screen.c \
- $(top_srcdir)/src/gallium/drivers/rbug/rbug_screen.h
+C_SOURCES := \
+ rbug_context.c \
+ rbug_context.h \
+ rbug_core.c \
+ rbug_objects.c \
+ rbug_objects.h \
+ rbug_public.h \
+ rbug_screen.c \
+ rbug_screen.h