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

LIBNAME = nv50

# get C/CPP_SOURCES
include Makefile.sources

LIBRARY_INCLUDES = \
	$(LIBDRM_CFLAGS)

include ../../Makefile.template