Imported odemuexi2, amcstubs and odenotstub

This commit is contained in:
dbalatoni13 2024-11-12 21:41:34 +01:00
parent f6b979ac3c
commit bedf7ba7b5
4 changed files with 378 additions and 4 deletions

View file

@ -760,11 +760,11 @@ config.libs = [
),
{
"lib": "OdemuExi2",
"mw_version": config.linker_version,
"mw_version": "GC/1.2.5",
"cflags": cflags_odemuexi,
"host": False,
"objects": [
Object(NonMatching, "OdemuExi2/DebuggerDriver.c"),
Object(Matching, "OdemuExi2/DebuggerDriver.c"),
],
},
{
@ -773,7 +773,7 @@ config.libs = [
"cflags": cflags_amcstub,
"host": False,
"objects": [
Object(NonMatching, "amcstubs/AmcExi2Stubs.c"),
Object(Matching, "amcstubs/AmcExi2Stubs.c"),
],
},
{
@ -782,7 +782,7 @@ config.libs = [
"cflags": cflags_odenotstub,
"host": False,
"objects": [
Object(NonMatching, "odenotstub/odenotstub.c"),
Object(Matching, "odenotstub/odenotstub.c"),
],
},
{