1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/efm32_common/Makefile

8 lines
164 B
Makefile
Raw Normal View History

# 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