diff options
author | Jakob Bornecrantz <[email protected]> | 2009-05-15 01:07:05 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-01 11:19:39 +0100 |
commit | dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e (patch) | |
tree | 25627d97f69fd45dc37c19484b99a06f3d0ed018 /configs/default | |
parent | aee1a6f70413235c0c4c2c2adfca97d5128a155e (diff) |
rbug: Add Gallium Remote Debugger Protocol code
This is the (de)marshalling and connection managment code
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 9c479fccdf9..d2ea3b24876 100644 --- a/configs/default +++ b/configs/default @@ -90,7 +90,7 @@ EGL_DRIVERS_DIRS = demo # Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers -GALLIUM_AUXILIARY_DIRS = draw translate cso_cache pipebuffer tgsi sct rtasm util indices +GALLIUM_AUXILIARY_DIRS = rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) GALLIUM_DRIVERS_DIRS = softpipe i915simple failover trace GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) |