2014-07-30 21:30:22 +02:00
|
|
|
APPLICATION = net_if
|
2014-01-18 21:07:07 +01:00
|
|
|
|
2014-06-10 20:58:52 +02:00
|
|
|
BOARD_BLACKLIST = mbed_lpc1768 arduino-due udoo qemu-i386 stm32f0discovery stm32f4discovery
|
2014-06-05 19:47:45 +02:00
|
|
|
# qemu-i386: no transceiver, yet
|
|
|
|
# stm32f0discovery: no transceiver, yet
|
2014-06-10 20:58:52 +02:00
|
|
|
# stm32f4discovery: 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
|
2014-03-01 16:59:33 +01:00
|
|
|
USEMODULE += defaulttransceiver
|
2014-01-18 21:07:07 +01:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|