freebsd-nq/tools/bus_space/C/Makefile
Marcel Moolenaar 0c2b180a35 Add a C libary and a Python module that implements an API similar
to bus_space(9) and that uses the proto(4) driver for talking to
hardware. If the I/O resource is a memory mapped I/O resource,
then mmap(2) will be attempted to avoid read(2)/write(2) overhead.

Sponsored by:	Juniper Networks, Inc.
2014-04-28 18:06:11 +00:00

10 lines
107 B
Makefile

# $FreeBSD$
LIB= bus_space
SHLIB_MAJOR= 0
SRCS= lang.c
CFLAGS+= -I${.CURDIR}/..
.include <bsd.lib.mk>