mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
|
SUBMODULES := 1
|
||
|
|
||
|
# don't complain about missing submodule .c file.
|
||
|
# necessary to not fail for suit_v*_*.
|
||
|
SUBMODULES_NOFORCE := 1
|
||
|
|
||
|
DIRS += v4
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|