summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover/Makefile
blob: 72d0895c74d92125312421bb3a6d7423a6f3a75c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: