Squashed commit of the following:
[profile/ivi/mesa.git] / src / gallium / drivers / nouveau / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nouveau
5
6 LIBRARY_INCLUDES = \
7         -I$(TOP)/src/gallium/drivers/nouveau/include
8
9 C_SOURCES = nouveau_screen.c 
10
11 include ../../Makefile.template