1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tinyusb/Makefile.nrf52
2022-10-21 18:09:38 +02:00

6 lines
135 B
Makefile

MODULE = tinyusb_portable_nrf5x
INCLUDES := -I$(RIOTBASE)/pkg/tinyusb/hw/include/nrf52 $(INCLUDES)
include $(RIOTBASE)/Makefile.base