1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

12 lines
201 B
Makefile

# name of your application
include ../Makefile.tests_common
CFLAGS += -DOUTPUT=TEXT
# Add unittest framework
USEMODULE += embunit
USEMODULE += gnrc_lorawan_1_1
include $(RIOTBASE)/Makefile.include