diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-05-13 21:49:43 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-05-28 10:28:50 +0100 |
commit | a331c6d774123fd3fdb916e58539920727dd2cbd (patch) | |
tree | 250a372269d6e844a5b2bfcc623a7875f300317c /hw/semihosting/Makefile.objs | |
parent | 16932bb761e52c2ca9397b57af5bdc5bdc5ae6a4 (diff) | |
download | qemu-a331c6d774123fd3fdb916e58539920727dd2cbd.zip qemu-a331c6d774123fd3fdb916e58539920727dd2cbd.tar.gz qemu-a331c6d774123fd3fdb916e58539920727dd2cbd.tar.bz2 |
semihosting: implement a semihosting console
This provides two functions for handling console output that handle
the common backend behaviour for semihosting.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'hw/semihosting/Makefile.objs')
-rw-r--r-- | hw/semihosting/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/semihosting/Makefile.objs b/hw/semihosting/Makefile.objs index 09c19bf..4ad47c0 100644 --- a/hw/semihosting/Makefile.objs +++ b/hw/semihosting/Makefile.objs @@ -1 +1,2 @@ obj-$(CONFIG_SEMIHOSTING) += config.o +obj-$(CONFIG_SEMIHOSTING) += console.o |