anv,i965: Stop warning about incomplete gen11 support
[mesa.git] / src / mesa / drivers / dri / swrast / Makefile.sources
index fc7ef32dbd55f56f1d2a4815b0047ef361cd090e..8154fcaf71a2807f09fa5a3436e51e4cce20eb59 100644 (file)
@@ -1,11 +1,6 @@
 SWRAST_DRIVER_FILES = \
-       swrast.c 
-
-SWRAST_COMMON_FILES = \
-       ../common/utils.c \
-       ../common/dri_util.c \
-       ../common/xmlconfig.c
+       swrast.c \
+       swrast_priv.h
 
 SWRAST_C_FILES = \
-       $(SWRAST_COMMON_FILES) \
        $(SWRAST_DRIVER_FILES)