console: Move console files
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 14 May 2020 00:08:06 +0000 (10:08 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 15 May 2020 10:48:58 +0000 (20:48 +1000)
commit7bc118c7db9aa003301a903002acfc32cec04ed7
treef050a8dcee7c9ee2fb53d4d8dfd102a8d8f83553
parenta87b86e54ffe22c12090d2233ad9036d9f53e61e
console: Move console files

console.c goes to a new lib/ where we'll store other general utilities
and console.h goes to include/

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
hello_world/Makefile
hello_world/console.c [deleted file]
hello_world/console.h [deleted file]
include/console.h [new file with mode: 0644]
lib/console.c [new file with mode: 0644]
litedram/gen-src/sdram_init/Makefile
rust_lib_demo/console.c
rust_lib_demo/console.h
tests/Makefile.test