mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2331448644
With #10970 only existing *.c files will be added to SRC when using the SUBMODULES mechanism, so SUBMODULES_NOFORCE (used to filter out non existing source files) is now redundant so remove the usage.
6 lines
67 B
Makefile
6 lines
67 B
Makefile
SRC := event.c
|
|
|
|
SUBMODULES := 1
|
|
|
|
include $(RIOTBASE)/Makefile.base
|