Rename WUMS_MODULE_INIT_BEFORE_ENTRYPOINT() to WUMS_MODULE_INIT_BEFORE_RELOCATION_DONE_HOOK(), add WUMS_MODULE_SKIP_ENTRYPOINT()

- Bump module information version to 2
- Bump WUMS version to 0.1.1
This commit is contained in:
Maschell
2020-12-26 15:49:11 +01:00
parent fa995a8627
commit b580b4aa0b
4 changed files with 7 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules
export WUMS_MAJOR := 0
export WUMS_MINOR := 1
export WUMS_PATCH := 0
export WUMS_PATCH := 1
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)