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

LIBNAME = nouveau

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

C_SOURCES = nouveau_screen.c 

include ../../Makefile.template