VNC: Add VNC server to M5

This commit is contained in:
Ali Saidi
2011-02-11 18:29:35 -06:00
parent ded4d319f2
commit d33c1d9592
11 changed files with 1751 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ if env['CP_ANNOTATE']:
Source('cp_annotate.cc')
Source('atomicio.cc')
Source('bigint.cc')
Source('bitmap.cc')
Source('callback.cc')
Source('circlebuf.cc')
Source('cprintf.cc')