1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/rpx0xx/Makefile
2023-05-23 08:49:37 +02:00

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