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