1
0
Fork 0
forked from len0rd/rockbox

Add exit() implementation for plugins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20775 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-22 14:31:23 +00:00
parent d50d1df817
commit 9f73a01619
3 changed files with 85 additions and 0 deletions

View file

@ -53,3 +53,16 @@ helper.c
touchscreen.c
#endif
md5.c
#ifndef SIMULATOR
#ifdef CPU_ARM
../../codecs/lib/setjmp_arm.S
#endif
#ifdef CPU_COLDFIRE
../../codecs/lib/setjmp_cf.S
#endif
#ifdef CPU_MIPS
../../codecs/lib/setjmp_mips.S
#endif
#endif
pluginlib_exit.c