1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/test_net_if/Makefile

18 lines
333 B
Makefile
Raw Normal View History

2014-01-18 21:07:07 +01:00
export PROJECT = test_net_if
BOARD_WHITELIST = native msba2 telosb
include ../Makefile.tests_common
ifeq ($(BOARD),stm32f4discovery)
include Makefile.$(BOARD)
endif
USEMODULE += auto_init
USEMODULE += net_if
USEMODULE += defaulttransceiver
2014-01-18 21:07:07 +01:00
export INCLUDES += -I$(RIOTBASE)/sys/net/include
include $(RIOTBASE)/Makefile.include