diff options
author | Jakob Bornecrantz <[email protected]> | 2009-02-20 11:03:18 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-02-20 11:25:55 +0000 |
commit | d67bd60ecf13331ec5aa12bdb88b35f44dccdeb0 (patch) | |
tree | 23ed2e0aa17ad9aacbedd2704f18bf59401d4bb9 /configs/linux-cell | |
parent | fffadc219f3900a5b0405a9fddbc289873ea0842 (diff) |
gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/
Diffstat (limited to 'configs/linux-cell')
-rw-r--r-- | configs/linux-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index d58a7a6ec72..19d435fecce 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -6,7 +6,7 @@ CONFIG_NAME = linux-cell # Omiting other gallium drivers: -GALLIUM_DRIVER_DIRS = cell softpipe trace +GALLIUM_DRIVERS_DIRS = cell softpipe trace # Compiler and flags |