mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2df0abfd70
This module adds some helper function to manage slots created with a riotboot_hdr header. Co-authored-by: Kaspar Schleiser <kaspar@schleiser.de>
8 lines
149 B
Makefile
8 lines
149 B
Makefile
SUBMODULES := 1
|
|
|
|
ifneq (,$(filter riotboot_slot,$(USEMODULE)))
|
|
CFLAGS += -DSLOT0_OFFSET=$(SLOT0_OFFSET)
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|