summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/failover/Makefile')
-rw-r--r--src/gallium/drivers/failover/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/drivers/failover/Makefile b/src/gallium/drivers/failover/Makefile
new file mode 100644
index 0000000000..72d0895c74
--- /dev/null
+++ b/src/gallium/drivers/failover/Makefile
@@ -0,0 +1,21 @@
+
+TOP = ../../../..
+include $(TOP)/configs/current
+
+LIBNAME = failover
+
+DRIVER_SOURCES = \
+ fo_state.c \
+ fo_state_emit.c \
+ fo_context.c
+
+C_SOURCES = \
+ $(COMMON_SOURCES) \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+include ../Makefile.template
+
+symlinks:
+