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
custom message type for VM_INFO
[minix3.git]
/
lib
/
libsys
/
arch
/
earm
/
Makefile.inc
blob
55fd2bced898811cee06d3ce197e851630958a4c
1
# Makefile for arch-dependent libsys code
2
.include <bsd.own.mk>
3
4
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
5
.PATH: ${HERE}
6
7
SRCS+= \
8
frclock_util.c \
9
spin.c \
10
tsc_util.c
11
12
CPPFLAGS+= -I${HERE}/../../
13
CPPFLAGS+= -I${NETBSDSRCDIR} -I${NETBSDSRCDIR}/kernel/arch/${MACHINE_ARCH}/
14
15