mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
c0027d73e2
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma.
5 lines
56 B
Makefile
5 lines
56 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
SRCS+= bus.c busdma.c
|