minix/lib/sysutil/Makefile.in
Ben Gras 03446f5554 micro_delay in sysutil, used in ti1225, dp8390, fxp and
orinoco now. Uses a combination of tickdelay (where possible) and
calibrated busywait (where necessary).
2007-07-31 15:01:49 +00:00

27 lines
369 B
Makefile

# Makefile for lib/utils.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libsysutil
libsysutil_FILES=" \
kmalloc.c \
kprintf.c \
kputc.c \
tickdelay.c \
getuptime.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 \
profile_extern.c \
profile.c"
TYPE=both