minix/lib/sysutil/Makefile.in
Ben Gras 8c2bece89f - remove unused kmalloc
- initial implementation of _read_host_time_ns, a function to retrieve
   real-time in ns in vmware virtual machines
2009-09-21 14:39:15 +00:00

33 lines
454 B
Makefile

# Makefile for lib/sysutil.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libsys
libsys_FILES=" \
asynsend.c \
kprintf.c \
kputc.c \
tickdelay.c \
get_randomness.c \
getuptime.c \
getuptime2.c \
env_get_prm.c \
env_parse.c \
env_panic.c \
env_prefix.c \
fkey_ctl.c \
micro_delay.c \
report.c \
taskcall.c \
read_tsc.s \
read_tsc_64.c \
ser_putc.c \
stacktrace.c \
sys_hz.c \
timing.c \
profile_extern.c \
profile.c"
TYPE=both