summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xorg-vmwgfx/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-04-22 21:21:24 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-04-30 11:47:27 +0100
commit734522aceeb5120de28a081d997ef705d9137d73 (patch)
treefc5f15569e7878928508459d2703e7102bf132cb /src/gallium/targets/xorg-vmwgfx/Makefile
parentf67b020a942911f80b7b774c6d64701d1981c608 (diff)
xorg-vmwgfx: Add vmwctrl proto
Diffstat (limited to 'src/gallium/targets/xorg-vmwgfx/Makefile')
-rw-r--r--src/gallium/targets/xorg-vmwgfx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/Makefile b/src/gallium/targets/xorg-vmwgfx/Makefile
index e334d88995..01a10b6f19 100644
--- a/src/gallium/targets/xorg-vmwgfx/Makefile
+++ b/src/gallium/targets/xorg-vmwgfx/Makefile
@@ -7,6 +7,7 @@ CFILES = \
vmw_xorg.c \
vmw_video.c \
vmw_ioctl.c \
+ vmw_ctrl.c \
vmw_screen.c
OBJECTS = $(patsubst %.c,%.o,$(CFILES))