Couple missed files from previous commits.
This commit is contained in:
parent
aabe433afe
commit
620b52bf47
2 changed files with 4 additions and 25 deletions
|
@ -241,9 +241,9 @@ kernel = {
|
|||
emu = kern/emu/error.c;
|
||||
emu = kern/emu/cache_s.S;
|
||||
emu = kern/emu/hostdisk.c;
|
||||
emu = kern/emu/hostdisk_unix.c;
|
||||
emu = kern/emu/hostdisk_devmapper.c;
|
||||
emu = kern/emu/hostdisk_os.c;
|
||||
emu = osdep/unix/hostdisk.c;
|
||||
emu = osdep/devmapper/hostdisk.c;
|
||||
emu = osdep/hostdisk.c;
|
||||
emu = kern/emu/hostfs.c;
|
||||
emu = kern/emu/main.c;
|
||||
emu = kern/emu/argp_common.c;
|
||||
|
@ -252,6 +252,7 @@ kernel = {
|
|||
emu = kern/emu/time.c;
|
||||
emu = kern/emu/cache.c;
|
||||
emu = term/emu/console.c;
|
||||
emu = osdep/sleep.c;
|
||||
|
||||
videoinkernel = term/gfxterm.c;
|
||||
videoinkernel = font/font.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue