radeon/r200/r300: attempt to move lock to common code
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index f4c173085b1f20cbf273c1caf44001ae70186aa1..34aa74735b8f1f963036be6e089edbe997d0f109 100644 (file)
@@ -13,7 +13,6 @@ endif
 
 DRIVER_SOURCES = r200_context.c \
                 r200_ioctl.c \
-                r200_lock.c \
                 r200_state.c \
                 r200_state_init.c \
                 r200_cmdbuf.c \
@@ -29,6 +28,8 @@ DRIVER_SOURCES = r200_context.c \
                 r200_fragshader.c \
                 r200_vertprog.c \
                 radeon_screen.c \
+                common_lock.c \
+                common_misc.c \
                 $(EGL_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
@@ -51,7 +52,11 @@ COMMON_SYMLINKS = \
        radeon_screen.h \
        radeon_bo_legacy.h \
        radeon_buffer.h \
-       common_context.h
+       common_context.h \
+       common_lock.c \
+       common_lock.h \
+       common_misc.h \
+       common_misc.c
 
 ##### TARGETS #####