diff options
Diffstat (limited to 'src/mesa/pipe/Makefile')
-rw-r--r-- | src/mesa/pipe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index e4b72e4940..fbd36d95f7 100644 --- a/src/mesa/pipe/Makefile +++ b/src/mesa/pipe/Makefile @@ -6,7 +6,8 @@ ifeq ($(CONFIG_NAME), linux-cell) CELL_DIR = cell endif -SUBDIRS = softpipe i915simple nv40 nv50 failover pipebuffer $(CELL_DIR) +SUBDIRS = softpipe i915simple i965simple nv40 nv50 failover \ + pipebuffer $(CELL_DIR) default: subdirs |