]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ppbus/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / ppbus / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../dev/ppbus
5 KMOD=   ppbus
6 SRCS=   bus_if.h device_if.h ppbus_if.h ppbus_if.c \
7         opt_ppb_1284.h \
8         ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
9
10 EXPORT_SYMS=    ppb_attach_device       \
11                 ppb_request_bus         \
12                 ppb_release_bus         \
13                 ppb_get_status          \
14                 ppb_poll_bus            \
15                 ppb_reset_epp_timeout   \
16                 ppb_ecp_sync            \
17                 ppb_get_epp_protocol    \
18                 ppb_set_mode            \
19                 ppb_get_mode            \
20                 ppb_write
21
22 .include <bsd.kmod.mk>