Add missing cache.c

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-01 15:53:31 +01:00
parent 52f65ea0bc
commit 6f49d0aacb
2 changed files with 11 additions and 0 deletions

View file

@ -158,6 +158,7 @@ kernel = {
emu = kern/emu/misc.c;
emu = kern/emu/mm.c;
emu = kern/emu/time.c;
emu = kern/emu/cache.c;
videoinkernel = lib/arg.c;
videoinkernel = term/gfxterm.c;