mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 15:00:10 +01:00
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
14 lines
349 B
Makefile
14 lines
349 B
Makefile
# -*-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
|
|
|
|
# Helpful to reduce the amount of stuff that gets built sometimes:
|
|
#DRI_DIRS = i915tex i915
|
|
#DRI_DIRS = i965
|
|
#DRI_DIRS = radeon r200 r300
|
|
|