summaryrefslogtreecommitdiffstats
path: root/sys/modules/ppbus/Makefile
blob: 9f62f039dae18d6f2b178548f065c8de6b1b2e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/ppbus
KMOD=	ppbus
SRCS=	bus_if.h device_if.h ppbus_if.h \
	opt_ppb_1284.h opt_ppbus.h \
	ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
NOMAN=

EXPORT_SYMS=	ppb_attach_device	\
		ppb_request_bus		\
		ppb_release_bus		\
		ppb_get_status		\
		ppb_poll_bus		\
		ppb_reset_epp_timeout	\
		ppb_ecp_sync		\
		ppb_get_epp_protocol	\
		ppb_set_mode		\
		ppb_get_mode		\
		ppb_write

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud