1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net/gnrc_lorawan/Makefile

12 lines
195 B
Makefile
Raw Normal View History

2021-07-16 18:30:08 +02:00
# name of your application
include ../Makefile.net_common
2021-07-16 18:30:08 +02:00
CFLAGS += -DOUTPUT=TEXT
# Add unittest framework
USEMODULE += embunit
USEMODULE += gnrc_lorawan
include $(RIOTBASE)/Makefile.include