8 lines
164 B
Makefile
8 lines
164 B
Makefile
# define the module that is build
|
|
MODULE = efm32_common
|
|
|
|
# add a list of subdirectories, that should also be build
|
|
DIRS = periph
|
|
|
|
include $(RIOTBASE)/Makefile.base
|