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

17 lines
374 B
Makefile
Raw Normal View History

APPLICATION = test_net_if
2014-01-18 21:07:07 +01:00
BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo qemu-i386 stm32f0discovery
# qemu-i386: no transceiver, yet
# stm32f0discovery: no transceiver, yet
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