mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:52:45 +01:00
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# Define the module that is built:
|
|
MODULE = cpu
|
|
|
|
# Add a list of subdirectories, that should also be built:
|
|
DIRS = periph $(CORTEX_COMMON)
|
|
|
|
include $(RIOTBASE)/Makefile.base
|