blob: 8b69f9432d17e2d0866d64ea5ef958288cf8eb17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = nv40
C_SOURCES = \
nv40_fragtex.c
LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
include ../../Makefile.template
|