freebsd-dev/tools/bus_space/C/Makefile
Marcel Moolenaar c0027d73e2 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.
2015-06-10 16:00:09 +00:00

11 lines
117 B
Makefile

# $FreeBSD$
LIB= bus
SHLIB_MAJOR= 0
SRCS= lang.c
INCS= libbus.h
CFLAGS+= -I${.CURDIR}/..
.include <bsd.lib.mk>