From 32f49867576c71dc69ca5f7bc140c1fe736fdd53 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 7 Dec 2019 17:39:05 +0100 Subject: [PATCH] boards/hifive1*: remove useless stdio_uart include stdio_uart is already pulled by default by the dependency resolution mechanism. --- boards/hifive1/Makefile.dep | 0 boards/hifive1/Makefile.include | 3 --- boards/hifive1b/Makefile.dep | 0 boards/hifive1b/Makefile.include | 3 --- 4 files changed, 6 deletions(-) delete mode 100644 boards/hifive1/Makefile.dep delete mode 100644 boards/hifive1b/Makefile.dep diff --git a/boards/hifive1/Makefile.dep b/boards/hifive1/Makefile.dep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/boards/hifive1/Makefile.include b/boards/hifive1/Makefile.include index c6856fcdd6..dd8778c7d3 100644 --- a/boards/hifive1/Makefile.include +++ b/boards/hifive1/Makefile.include @@ -1,6 +1,3 @@ -# Uses UART0 for stdio input/output (comment out to disable) -USEMODULE += stdio_uart - # set default port depending on operating system PORT_LINUX ?= /dev/ttyUSB1 PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*))) diff --git a/boards/hifive1b/Makefile.dep b/boards/hifive1b/Makefile.dep deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/boards/hifive1b/Makefile.include b/boards/hifive1b/Makefile.include index 412e4ba03e..3b9e3baf74 100644 --- a/boards/hifive1b/Makefile.include +++ b/boards/hifive1b/Makefile.include @@ -1,6 +1,3 @@ -# Uses UART0 for stdio input/output (comment out to disable) -USEMODULE += stdio_uart - # set default port depending on operating system PORT_LINUX ?= /dev/ttyACM0 PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))