From 62791499ebf0a6161e1541eb7587c57d88407f8b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 8 Oct 2014 16:04:56 -0500 Subject: Add console-polled.h and update all BSPs that should use it. The file console-polled.h provides the prototypes for the three required methods when implementing a single port polled console driver. This paradigm is common on simulators and simple hardware. + Updated the BSPs Makefile.am to make console-polled.h available. + Regenerated the BSPs preinstall.sm. + Updated console support files to include . + Updated console support files to make printk() support method static. --- c/src/lib/libbsp/mips/csb350/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libbsp/mips/csb350/Makefile.am') diff --git a/c/src/lib/libbsp/mips/csb350/Makefile.am b/c/src/lib/libbsp/mips/csb350/Makefile.am index ac31d1627e..edca0cca99 100644 --- a/c/src/lib/libbsp/mips/csb350/Makefile.am +++ b/c/src/lib/libbsp/mips/csb350/Makefile.am @@ -16,6 +16,7 @@ include_bsp_HEADERS += include/irq.h nodist_include_HEADERS = include/bspopts.h nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h +nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h DISTCLEANFILES = include/bspopts.h nodist_include_HEADERS += ../../shared/include/coverhd.h -- cgit v1.2.3