mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
11 lines
145 B
Text
11 lines
145 B
Text
|
|
# linux-cell-debug
|
||
|
|
|
||
|
|
include $(TOP)/configs/linux-cell
|
||
|
|
|
||
|
|
# just override name and OPT_FLAGS here:
|
||
|
|
|
||
|
|
CONFIG_NAME = linux-cell-debug
|
||
|
|
|
||
|
|
OPT_FLAGS = -g
|
||
|
|
|