mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:52:47 +01:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
MODULE = cpu
|
|
|
|
DIRS = $(RIOTCPU)/cortexm_common periph
|
|
|
|
ifneq (,$(filter pio_i2c,$(USEMODULE)))
|
|
DIRS += pio/i2c
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|