nouveau: match gallium code reorginisation.
[mesa.git] / src / gallium / drivers / Makefile
1 TOP = ../../..
2 include $(TOP)/configs/current
3
4
5 ifeq ($(CONFIG_NAME), linux-cell)
6 CELL_DIR = cell
7 endif
8
9 SUBDIRS = softpipe i915simple i965simple nv30 nv40 nv50 \
10 failover pipebuffer $(CELL_DIR)
11
12
13 default: subdirs
14
15
16 subdirs:
17 @for dir in $(SUBDIRS) ; do \
18 if [ -d $$dir ] ; then \
19 (cd $$dir && $(MAKE)) || exit 1 ; \
20 fi \
21 done
22
23
24 clean:
25 rm -f `find . -name \*.[oa]`