c0027d73e2
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
11 lines
117 B
Makefile
11 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= bus
|
|
SHLIB_MAJOR= 0
|
|
SRCS= lang.c
|
|
INCS= libbus.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.lib.mk>
|