Skip to content

Commit

Permalink
Makefile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed Jul 19, 2014
1 parent 5e4aa4f commit da12ca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 5 additions & 0 deletions boards/iot-lab_M3/Makefile.dep
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
USEMODULE += transceiver
endif

ifneq (,$(findstring at86rf231,$(USEMODULE)))
USEMODULE += at86rf231
endif
11 changes: 0 additions & 11 deletions boards/iot-lab_M3/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,3 @@ endif

# export board specific includes to the global includes-listing
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/



# TODO -> move this to the appropriate Makefile.dep!!!
ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
USEMODULE += at86rf231
USEMODULE += transceiver
endif

# TODO -> is this needed?
TERM = miniterm.py -b 115200

0 comments on commit da12ca4

Please sign in to comment.