1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common/shared_irq/Makefile
Dylan Laduranty 72c93a9743 cpu/nrfxx: introduce shared serial IRQ
For now, nRF53 and nRF9160 will shared UART/I2C/SPI IRQs, nRF52 will reuse the same callback but will keep its own file to avoid breakage. This can be continue in a followup PR

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2023-07-11 22:39:23 +02:00

8 lines
119 B
Makefile

MODULE = nrf_shared_serial_irq
SRC_FILE = shared_serial_irq.c
SRCS += $(SRC_FILE)
include $(RIOTBASE)/Makefile.base