blob: 4ee5d71eea00cd3e7c6b53490c19a63b1e0bc2d8 (
plain)
1
2
3
4
5
6
7
8
|
# -*-makefile-*-
# Configuration for linux-dri-debug: Linux DRI hardware drivers for XFree86 & others
include $(TOP)/configs/linux-dri
CONFIG_NAME = linux-dri-debug
OPT_FLAGS = -O0 -g
ARCH_FLAGS = -DDEBUG
|