mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
boards: remove local Makefile.dep includes
No need for these, as $(RIOTBOARD)/$(BOARD)/Makefile.dep is globally included from $(RIOBASE)/Makefile.dep.
This commit is contained in:
parent
b24be6a6ae
commit
f6cd39348a
@ -6,9 +6,6 @@ export CPU_MODEL = samd21g18a
|
|||||||
PORT_LINUX ?= /dev/ttyACM0
|
PORT_LINUX ?= /dev/ttyACM0
|
||||||
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
||||||
|
|
||||||
# setup the boards dependencies
|
|
||||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
|
||||||
|
|
||||||
# setup serial terminal
|
# setup serial terminal
|
||||||
include $(RIOTBOARD)/Makefile.include.serial
|
include $(RIOTBOARD)/Makefile.include.serial
|
||||||
|
|
||||||
|
|||||||
@ -8,9 +8,6 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
|||||||
|
|
||||||
export OFLAGS = -O binary
|
export OFLAGS = -O binary
|
||||||
|
|
||||||
# setup the boards dependencies
|
|
||||||
include $(RIOTBOARD)/$(BOARD)/Makefile.dep
|
|
||||||
|
|
||||||
# setup serial terminal
|
# setup serial terminal
|
||||||
include $(RIOTBOARD)/Makefile.include.serial
|
include $(RIOTBOARD)/Makefile.include.serial
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user