Parse JSON into linker script

This commit is contained in:
2022-12-03 02:55:12 +01:00
parent 1a1601e4d5
commit 5a38e5def1
6 changed files with 120 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
{
"slot_0": {
"main_area": {
"pattern": ["bin/PSX-release/src/*.o"]
},
"main_area2": {
"pattern": ["Wuffi/*", "Knuffi/*"]
}
},
"slot_1": {
"following": "slot_0",
"blubb": {
"pattern": ["cody/*"]
}
}
}