diff options
author | José Fonseca <[email protected]> | 2008-02-18 14:25:04 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-18 14:25:04 +0900 |
commit | bfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4 (patch) | |
tree | 4d9acef3ff83664c8c4109d379eda69b1e25c222 /configs/linux-cell | |
parent | 56bf73b1fb974e2223c9a4dcc96d39dac84a2df5 (diff) |
Code reorganization: split gallium and mesa makefiles.
In other words, don't build src/gallium source code from within src/mesa/Makefile.
Also, allow to customize which gallium auxiliary dirs, driver driver, winsys
dirs get built from the config/* files.
Diffstat (limited to 'configs/linux-cell')
-rw-r--r-- | configs/linux-cell | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index 09f62fc1ff0..807ede75a7e 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -5,6 +5,9 @@ include $(TOP)/configs/default CONFIG_NAME = linux-cell +GALLIUM_DRIVER_DIRS += cell + + # Compiler and flags CC = ppu32-gcc CXX = ppu32-g++ |