From 4356d349ad8d048d19d795483b98103712c0103c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 21 Nov 2008 13:57:57 -0700 Subject: cell: only build Cell and softpipe drivers --- configs/linux-cell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/linux-cell b/configs/linux-cell index 5ad37380f1..3322f114ba 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 -- cgit v1.2.3