linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile.
11 lines
145 B
Plaintext
11 lines
145 B
Plaintext
# linux-cell-debug
|
|
|
|
include $(TOP)/configs/linux-cell
|
|
|
|
# just override name and OPT_FLAGS here:
|
|
|
|
CONFIG_NAME = linux-cell-debug
|
|
|
|
OPT_FLAGS = -g
|
|
|