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

LIBNAME = nouveau

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

C_SOURCES = nouveau_screen.c 

include ../../Makefile.template