Move cpu time retrieval to separate grub_util_get_cpu_time_ms

and remove export.h.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-15 13:13:53 +02:00
parent 23934da26e
commit 7e45abcef4
9 changed files with 50 additions and 16 deletions

View file

@ -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;