Move mobile phone specific code from libcommon.a to libmobile.a
This commit is contained in:
@@ -72,12 +72,17 @@ void free_nmt(nmt_t *nmt)
|
||||
free(nmt);
|
||||
}
|
||||
|
||||
extern void main_mobile();
|
||||
|
||||
int main(void)
|
||||
{
|
||||
nmt_t *nmt;
|
||||
dms_t *dms;
|
||||
int i, j;
|
||||
|
||||
/* this is never called, it forces the linker to add mobile functions */
|
||||
if (debuglevel == -1000) main_mobile();
|
||||
|
||||
debuglevel = DEBUG_DEBUG;
|
||||
dms_allow_loopback = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user