mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 04:32:52 +01:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
|
MODULE = nrf_shared_serial_irq
|
||
|
|
||
|
SRC_FILE = shared_serial_irq.c
|
||
|
|
||
|
SRCS += $(SRC_FILE)
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.base
|