blob: 7e2d00cc9b649f69b9b3a19d4c3e7f5ee63c3572 (
plain)
1
2
3
4
5
6
7
8
9
|
# Configuration for building static versions of the libraries (swx11 and GLU).
include $(TOP)/configs/debian-swx11+glu-default
include $(TOP)/configs/linux-static
CONFIG_NAME = debian-swx11+glu-static
# vim: ft=make
|