1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

Merge pull request #6391 from haukepetersen/opt_boards_makedep

boards: remove local Makefile.dep includes
This commit is contained in:
Peter Kietzmann 2017-01-18 09:01:07 +01:00 committed by GitHub
commit 5f6bc1f4ba
2 changed files with 0 additions and 6 deletions

View File

@ -6,9 +6,6 @@ export CPU_MODEL = samd21g18a
PORT_LINUX ?= /dev/ttyACM0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
# setup the boards dependencies
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial

View File

@ -8,9 +8,6 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
export OFLAGS = -O binary
# setup the boards dependencies
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
# setup serial terminal
include $(RIOTBOARD)/Makefile.include.serial