Skip to content

Commit

Permalink
Merge pull request #1174 from Kijewski/remove-Makefile.unsupported
Browse files Browse the repository at this point in the history
make: Remove `Makefile.unsupported`
  • Loading branch information
LudwigKnuepfer committed May 15, 2014
2 parents 16638d1 + 8950ab4 commit ec97401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
7 changes: 0 additions & 7 deletions Makefile.unsupported

This file was deleted.

8 changes: 1 addition & 7 deletions tests/test_nativenet/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
export PROJECT = test_nativenet
PROJECT = test_nativenet
include ../Makefile.tests_common

BOARD_WHITELIST := native

ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else

USEMODULE += nativenet
USEMODULE += transceiver

Expand All @@ -18,5 +14,3 @@ FORCE:
sender: CFLAGS += -DSENDER
sender: PROJECT = test_nativenet_sender
sender: FORCE all

endif

0 comments on commit ec97401

Please sign in to comment.