summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/noop/Makefile')
-rw-r--r--src/gallium/drivers/noop/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/drivers/noop/Makefile b/src/gallium/drivers/noop/Makefile
new file mode 100644
index 0000000000..29b8d73de2
--- /dev/null
+++ b/src/gallium/drivers/noop/Makefile
@@ -0,0 +1,13 @@
+# Meta-driver which combines whichever software rasterizers have been
+# built into a single convenience library.
+
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = noop
+
+C_SOURCES = \
+ noop_pipe.c \
+ noop_state.c
+
+include ../../Makefile.template