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

test_nativenet is only useful for native ...

This commit is contained in:
René Kijewski 2014-04-25 08:12:54 +02:00
parent db3ad29285
commit 1ac03ff225

View File

@ -1,6 +1,8 @@
export PROJECT = test_nativenet
include ../Makefile.tests_common
BOARD_WHITELIST := native
ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else