0c2b180a35
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.
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME= bus_space.so
|
|
SRCS= lang.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7
|
|
LDFLAGS+= -L/usr/local/lib -lpython2.7
|
|
|
|
.include <bsd.lib.mk>
|