1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/test_net_if/Makefile
2014-03-18 10:20:36 +01:00

18 lines
326 B
Makefile

export PROJECT = test_net_if
BOARD_BLACKLIST = mbed_lpc1768
include ../Makefile.tests_common
ifeq ($(BOARD),stm32f4discovery)
include Makefile.$(BOARD)
endif
USEMODULE += auto_init
USEMODULE += net_if
USEMODULE += defaulttransceiver
export INCLUDES += -I$(RIOTBASE)/sys/net/include
include $(RIOTBASE)/Makefile.include