diff options
Diffstat (limited to 'src/gallium/targets/xorg-vmwgfx/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/Makefile b/src/gallium/targets/xorg-vmwgfx/Makefile index e334d889957..01a10b6f198 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)) |