summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <darktama@beleth.(none)>2008-02-20 17:22:40 +1100
committerBen Skeggs <darktama@beleth.(none)>2008-02-20 17:22:40 +1100
commit759fa5fcc8038af4845a6d9c57b75933ef26559c (patch)
tree5c62bfc7f8a50db047b0f86f59bb179c8d19840f /src/gallium/drivers/nv40/Makefile
parent9cd10d7618a226fe46395b08beb19e420bc14a4f (diff)
nv40: fb state
Diffstat (limited to 'src/gallium/drivers/nv40/Makefile')
-rw-r--r--src/gallium/drivers/nv40/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/Makefile b/src/gallium/drivers/nv40/Makefile
index 82295cbefc..fd002b54e7 100644
--- a/src/gallium/drivers/nv40/Makefile
+++ b/src/gallium/drivers/nv40/Makefile
@@ -15,6 +15,7 @@ DRIVER_SOURCES = \
nv40_state_blend.c \
nv40_state_clip.c \
nv40_state_emit.c \
+ nv40_state_fb.c \
nv40_state_rasterizer.c \
nv40_state_scissor.c \
nv40_state_stipple.c \