diff options
author | marcel <marcel@FreeBSD.org> | 2015-06-10 16:00:09 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-06-10 16:00:09 +0000 |
commit | 4559857c8ee5605e66907b97f02fd450cd9249db (patch) | |
tree | 3f4e959211da4decf8a23aafbb9d69406f35ea96 /tools/bus_space/Makefile.inc | |
parent | 1383b5af089a66e2c7d9e70772826e70b69651a2 (diff) | |
download | FreeBSD-src-4559857c8ee5605e66907b97f02fd450cd9249db.zip FreeBSD-src-4559857c8ee5605e66907b97f02fd450cd9249db.tar.gz |
Rename bus_space to bus (i.e. drop _space). This makes the
API match the convenience macros in <sys/bus.h>. Bus space
can now reference both bus and busdma.
Diffstat (limited to 'tools/bus_space/Makefile.inc')
-rw-r--r-- | tools/bus_space/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bus_space/Makefile.inc b/tools/bus_space/Makefile.inc index 947c85f..080689a 100644 --- a/tools/bus_space/Makefile.inc +++ b/tools/bus_space/Makefile.inc @@ -1,4 +1,4 @@ # $FreeBSD$ .PATH: ${.CURDIR}/.. -SRCS+= bus_space.c busdma.c +SRCS+= bus.c busdma.c |