summaryrefslogtreecommitdiffstats
path: root/tools/bus_space/C/Makefile
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/C/Makefile
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/C/Makefile')
-rw-r--r--tools/bus_space/C/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bus_space/C/Makefile b/tools/bus_space/C/Makefile
index 9d767e8..cb4d43f 100644
--- a/tools/bus_space/C/Makefile
+++ b/tools/bus_space/C/Makefile
@@ -3,6 +3,7 @@
LIB= bus_space
SHLIB_MAJOR= 0
SRCS= lang.c
+INCS= libbus_space.h
CFLAGS+= -I${.CURDIR}/..
OpenPOWER on IntegriCloud