mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
10 lines
117 B
Makefile
10 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= bus
|
|
SHLIB_MAJOR= 0
|
|
SRCS= lang.c
|
|
INCS= libbus.h
|
|
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.lib.mk>
|