mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04: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
|