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

LIBNAME = nvfx

# get C_SOURCES
include Makefile.sources

LIBRARY_INCLUDES = \
	$(LIBDRM_CFLAGS) \
	-I$(TOP)/src/gallium/drivers/nouveau/include

include ../../Makefile.template