diff options
author | Matt Turner <[email protected]> | 2012-01-15 10:04:58 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-20 15:54:08 -0500 |
commit | b38d7a0a248c2a3ad227cb5d21c1c95a6519e4ae (patch) | |
tree | 89533ac3df4f42d8a26291236a4176c0c92ac81c /configs/linux-dri-debug | |
parent | e0ee818e2f24f3d9604c04df4a056798bccc48ec (diff) |
automake: src/mesa/drivers/dri/r200
Diffstat (limited to 'configs/linux-dri-debug')
-rw-r--r-- | configs/linux-dri-debug | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/linux-dri-debug b/configs/linux-dri-debug index 7df03df8c6a..4ee5d71eea0 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -6,9 +6,3 @@ include $(TOP)/configs/linux-dri CONFIG_NAME = linux-dri-debug OPT_FLAGS = -O0 -g ARCH_FLAGS = -DDEBUG - -# Helpful to reduce the amount of stuff that gets built sometimes: -#DRI_DIRS = i915tex i915 -#DRI_DIRS = i965 -#DRI_DIRS = r200 - |