mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
c0027d73e2
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
10 lines
165 B
Makefile
10 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME= bus.so
|
|
SRCS= lang.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/.. -I/usr/local/include/python2.7
|
|
LDFLAGS+= -L/usr/local/lib -lpython2.7
|
|
|
|
.include <bsd.lib.mk>
|