You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- # src/gallium/drivers/Makefile
- TOP = ../../..
- include $(TOP)/configs/current
-
- SUBDIRS = $(GALLIUM_DRIVERS_DIRS)
-
- default install clean:
- @for dir in $(SUBDIRS) ; do \
- if [ -d $$dir ] ; then \
- (cd $$dir && $(MAKE) $@) || exit 1; \
- fi \
- done
|