mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6 lines
135 B
Makefile
6 lines
135 B
Makefile
MODULE = tinyusb_portable_nrf5x
|
|
|
|
INCLUDES := -I$(RIOTBASE)/pkg/tinyusb/hw/include/nrf52 $(INCLUDES)
|
|
|
|
include $(RIOTBASE)/Makefile.base
|