From: Brian Paul Date: Fri, 21 Nov 2008 20:57:57 +0000 (-0700) Subject: cell: only build Cell and softpipe drivers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4356d349ad8d048d19d795483b98103712c0103c;p=mesa.git cell: only build Cell and softpipe drivers --- diff --git a/configs/linux-cell b/configs/linux-cell index 5ad37380f1b..3322f114ba7 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -5,7 +5,8 @@ include $(TOP)/configs/default CONFIG_NAME = linux-cell -GALLIUM_DRIVER_DIRS += cell +# Omiting other gallium drivers: +GALLIUM_DRIVER_DIRS = cell softpipe # Compiler and flags