diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-21 13:57:57 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-11-21 13:57:57 -0700 |
commit | 4356d349ad8d048d19d795483b98103712c0103c (patch) | |
tree | 935b3f7469197ce934cc0be3e3c9320e524b635b | |
parent | 11fc390f6478526d4f0bdb4b7e628284da31b3b9 (diff) |
cell: only build Cell and softpipe drivers
-rw-r--r-- | configs/linux-cell | 3 |
1 files changed, 2 insertions, 1 deletions
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 |