2013-01-17 14:50:01 +01:00
|
|
|
# Makefile for arch-dependent libsys code
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
|
|
|
|
.PATH: ${HERE}
|
|
|
|
|
|
|
|
SRCS+= \
|
2013-01-29 20:58:00 +01:00
|
|
|
frclock_util.c \
|
|
|
|
spin.c \
|
2013-01-17 14:50:01 +01:00
|
|
|
tsc_util.c
|
|
|
|
|
2013-01-29 20:58:00 +01:00
|
|
|
CPPFLAGS+= -I${HERE}/../../
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR} -I${NETBSDSRCDIR}/kernel/arch/${MACHINE_ARCH}/
|
2013-01-17 14:50:01 +01:00
|
|
|
|
|
|
|
|