1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/rpx0xx/Makefile

10 lines
154 B
Makefile
Raw Normal View History

MODULE = cpu
DIRS = $(RIOTCPU)/cortexm_common periph
2021-12-16 15:05:28 +01:00
ifneq (,$(filter pio_i2c,$(USEMODULE)))
DIRS += pio/i2c
endif
include $(RIOTBASE)/Makefile.base