Move cpu time retrieval to separate grub_util_get_cpu_time_ms
and remove export.h.
This commit is contained in:
parent
23934da26e
commit
7e45abcef4
9 changed files with 50 additions and 16 deletions
|
@ -258,6 +258,9 @@ kernel = {
|
|||
emu = osdep/emunet.c;
|
||||
extra_dist = osdep/linux/emunet.c;
|
||||
extra_dist = osdep/basic/emunet.c;
|
||||
emu = osdep/cputime.c;
|
||||
extra_dist = osdep/unix/cputime.c;
|
||||
extra_dist = osdep/windows/cputime.c;
|
||||
|
||||
videoinkernel = term/gfxterm.c;
|
||||
videoinkernel = font/font.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue