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

6 lines
135 B
Makefile
Raw Normal View History

2022-10-21 07:20:49 +02:00
MODULE = tinyusb_portable_nrf5x
INCLUDES := -I$(RIOTBASE)/pkg/tinyusb/hw/include/nrf52 $(INCLUDES)
include $(RIOTBASE)/Makefile.base