1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 20:43:50 +01:00
RIOT/pkg/semtech-loramac/Makefile.loramac_arch
2018-01-18 15:31:01 +01:00

8 lines
116 B
Makefile

MODULE := semtech_loramac_arch
SRCS := utilities.c
CFLAGS += -Wno-sign-compare
include $(RIOTBASE)/Makefile.base