Add WUMS_DEPENDS_ON macro, bump version to 0.3.2

This commit is contained in:
Maschell
2023-01-06 15:15:15 +01:00
parent 42a0ef7472
commit a2ca8a5777
3 changed files with 11 additions and 2 deletions

View File

@@ -13,5 +13,10 @@ SECTIONS
.wums.hooks : {
*(.wums.hooks*)
KEEP(*(.wums.hooks*))
} > datamem
} > datamem
.wums.dependencies : {
*(.wums.dependencies*)
KEEP(*(.wums.dependencies*))
} > datamem
}