diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-06 14:49:02 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-06 14:49:02 +0200 |
commit | adbdabb85ae322d5c80cadcee931e36d5c688d98 (patch) | |
tree | 9274a42def079ecf97e7dff782e8196af4a5c246 /src/gallium/Makefile | |
parent | 18953a8771054f02f9a9bef08bf323e19086fdac (diff) |
i915: Moved pipe_buffer and i915_winsys functions to a common folder
Diffstat (limited to 'src/gallium/Makefile')
-rw-r--r-- | src/gallium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile b/src/gallium/Makefile index aa77021daf3..291973c904e 100644 --- a/src/gallium/Makefile +++ b/src/gallium/Makefile @@ -2,7 +2,7 @@ TOP = ../.. include $(TOP)/configs/current -SUBDIRS = auxiliary drivers +SUBDIRS = auxiliary drivers winsys/common default: subdirs |