summaryrefslogtreecommitdiffstats
path: root/configs/debian-static
blob: db8cb79b060170391df81968509c6654596eaec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Configuration for building static versions of the libraries.

include $(TOP)/configs/debian-default
include $(TOP)/configs/linux-static

CONFIG_NAME = debian-static

override SRC_DIRS = mesa glu

# vim: ft=make