summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/nouveau/common/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2009-02-05 14:04:45 +1000
committerBen Skeggs <skeggsb@gmail.com>2009-02-05 14:04:45 +1000
commit13393736dbab1087589f8dd788bc412d16b431d1 (patch)
treed9059a37412b5aed40b14745bbd896131e6d2cc7 /src/gallium/winsys/drm/nouveau/common/Makefile
parentae8a7544d1ab96240f646ea91fb149227067a2db (diff)
nv50: move 2d blit/fill code into pipe driver
Diffstat (limited to 'src/gallium/winsys/drm/nouveau/common/Makefile')
-rw-r--r--src/gallium/winsys/drm/nouveau/common/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/winsys/drm/nouveau/common/Makefile b/src/gallium/winsys/drm/nouveau/common/Makefile
index 9bc5c42585..4cd315e289 100644
--- a/src/gallium/winsys/drm/nouveau/common/Makefile
+++ b/src/gallium/winsys/drm/nouveau/common/Makefile
@@ -10,8 +10,7 @@ C_SOURCES = \
nouveau_winsys.c \
nouveau_winsys_pipe.c \
nouveau_winsys_softpipe.c \
- nv04_surface.c \
- nv50_surface.c
+ nv04_surface.c
include ./Makefile.template