mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
4 lines
56 B
Makefile
4 lines
56 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
SRCS+= bus.c busdma.c
|