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

LIBNAME = nouveau

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

# get C_SOURCES
include Makefile.sources

include ../../Makefile.template