1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 07:52:44 +01:00
RIOT/tests/net_if/Makefile

13 lines
213 B
Makefile
Raw Normal View History

2014-07-30 21:30:22 +02:00
APPLICATION = net_if
2014-01-18 21:07:07 +01:00
include ../Makefile.tests_common
ifeq ($(BOARD),stm32f4discovery)
include Makefile.$(BOARD)
endif
USEMODULE += net_if
USEMODULE += defaulttransceiver
2014-01-18 21:07:07 +01:00
include $(RIOTBASE)/Makefile.include