repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
sysutil
/
Makefile.in
blob
c80adaa6d94395f4bc236c9d09dd3caa7555c5d5
1
# Makefile for lib/utils.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libsysutil
6
7
libsysutil_FILES
=
" \
8
kmalloc.c \
9
kprintf.c \
10
kputc.c \
11
tickdelay.c \
12
getuptime.c \
13
env_get_prm.c \
14
env_parse.c \
15
env_panic.c \
16
env_prefix.c \
17
fkey_ctl.c \
18
report.c \
19
taskcall.c \
20
read_tsc.s \
21
profile_extern.c \
22
profile.c"
23
24
TYPE
=
both