blob: 5b6e49fc9fb3c606bc228f80085411da25a7c235 (
plain)
1
2
3
4
5
6
7
8
9
|
# Configuration for building Mesa (swx11 and GLU) on the build architecture.
include $(TOP)/configs/debian-swx11+glu-default
include $(TOP)/configs/linux
CONFIG_NAME = debian-swx11+glu-any
# vim: ft=make
|