mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
- disables help on c200v2 - renames conflicting function Change-Id: I0c4ff1bb40e7e3cafd0170090f22b80bf0656741
32 lines
393 B
Text
32 lines
393 B
Text
rockbox.c
|
|
rbwrappers.c
|
|
rbmalloc.c
|
|
|
|
#ifndef SANSA_C200V2
|
|
help.c
|
|
helpcontent.c
|
|
#endif
|
|
|
|
src/combi.c
|
|
src/divvy.c
|
|
src/drawing.c
|
|
src/dsf.c
|
|
src/findloop.c
|
|
src/grid.c
|
|
src/latin.c
|
|
src/laydomino.c
|
|
src/loopgen.c
|
|
/*src/malloc.c*/ /* we have our own */
|
|
src/maxflow.c
|
|
src/midend.c
|
|
src/misc.c
|
|
src/penrose.c
|
|
src/printing.c
|
|
src/random.c
|
|
src/tdq.c
|
|
src/tree234.c
|
|
src/version.c
|
|
|
|
#ifdef COMBINED
|
|
src/list.c
|
|
#endif
|