mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
15 lines
265 B
Makefile
15 lines
265 B
Makefile
export PROJECT = test_net_if
|
|
|
|
BOARD_BLACKLIST = mbed_lpc1768 arduino-due
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
ifeq ($(BOARD),stm32f4discovery)
|
|
include Makefile.$(BOARD)
|
|
endif
|
|
|
|
USEMODULE += net_if
|
|
USEMODULE += defaulttransceiver
|
|
|
|
include $(RIOTBASE)/Makefile.include
|