mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|