summaryrefslogtreecommitdiffstats
path: root/tools/bus_space/Makefile.inc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2015-06-06 16:14:03 +0000
committermarcel <marcel@FreeBSD.org>2015-06-06 16:14:03 +0000
commit9d7393a25cad6018b12d73a6304241272dc1ffb4 (patch)
treee8dd5a23810c7542cf1d51522936bc172bbfe980 /tools/bus_space/Makefile.inc
parent58f25d3df4c4b55a3af3128ba66239f1ed92efcd (diff)
downloadFreeBSD-src-9d7393a25cad6018b12d73a6304241272dc1ffb4.zip
FreeBSD-src-9d7393a25cad6018b12d73a6304241272dc1ffb4.tar.gz
Add DMA tag management to the C library and Python binding.
Diffstat (limited to 'tools/bus_space/Makefile.inc')
-rw-r--r--tools/bus_space/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bus_space/Makefile.inc b/tools/bus_space/Makefile.inc
index a448e33..947c85f 100644
--- a/tools/bus_space/Makefile.inc
+++ b/tools/bus_space/Makefile.inc
@@ -1,4 +1,4 @@
# $FreeBSD$
.PATH: ${.CURDIR}/..
-SRCS+= bus_space.c
+SRCS+= bus_space.c busdma.c
OpenPOWER on IntegriCloud