minix/lib/libsys/arch/earm/Makefile.inc
Thomas Veerman 264c20159d Split libsys in arch dependent parts
The ARM part is not finished yet and will be fixed in a later commit.
2013-01-25 17:07:01 +00:00

13 lines
186 B
Makefile

# Makefile for arch-dependent libsys code
.include <bsd.own.mk>
HERE=${.CURDIR}/arch/${MACHINE_ARCH}
.PATH: ${HERE}
SRCS+= \
tsc_util.c
CPPFLAGS+= -I${HERE}/../../