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

LIBNAME = nouveau

C_SOURCES = nouveau_screen.c \
	    nouveau_context.c

include ../../Makefile.template