mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
core: turn kernel_init.c into core_init submodule
This commit is contained in:
parent
fa18939c0b
commit
b6703f41dc
@ -14,6 +14,7 @@ CFLAGS += -DRIOTBOOT
|
||||
|
||||
# Disable unused modules
|
||||
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
|
||||
DISABLE_MODULE += core_init core_msg
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
# Include riotboot flash partition functionality
|
||||
|
@ -1,5 +1,5 @@
|
||||
# exclude submodule sources from *.c wildcard source selection
|
||||
SRC := $(filter-out mbox.c msg.c thread_flags.c,$(wildcard *.c))
|
||||
SRC := $(filter-out init.c mbox.c msg.c thread_flags.c,$(wildcard *.c))
|
||||
|
||||
# enable submodules
|
||||
SUBMODULES := 1
|
||||
|
@ -1,3 +1,3 @@
|
||||
DEFAULT_MODULE += board cpu core core_msg sys
|
||||
DEFAULT_MODULE += board cpu core core_init core_msg sys
|
||||
|
||||
DEFAULT_MODULE += auto_init
|
||||
|
Loading…
Reference in New Issue
Block a user