diff options
author | José Fonseca <[email protected]> | 2008-02-19 11:49:48 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 14:01:49 +0900 |
commit | df8ab3140ce05599e1dc983ac211a30fc845d9b5 (patch) | |
tree | 91227738536d01fa9e4a5068f47c2670b9b8e8c4 /configs/default | |
parent | e773a813cf475e2a7ad79ea1ec698bf2530d0433 (diff) |
Bring rtasm from mesa to gallium.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 7f659725cba..c9be5ec3e33 100644 --- a/configs/default +++ b/configs/default @@ -68,7 +68,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos # Gallium directories and -GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi util +GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi rtasm util GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) |