summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover/Makefile
blob: f08b8df07a16ff65a244d1d1671207363eb00c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = failover

C_SOURCES = \
	fo_state.c \
	fo_state_emit.c \
	fo_context.c 

include ../../Makefile.template

symlinks: