kernel - cleanup vfs_cache debugging
[dragonfly.git] / sys / bus / ppbus / Makefile
blobb1ba345d2d200e51f5d0cfd041d884f726efba3e
1 # $FreeBSD: src/sys/modules/ppbus/Makefile,v 1.5 2003/11/19 05:08:26 imp Exp $
3 .PATH: ${.CURDIR}/..
4 KMOD= ppbus
5 SRCS= bus_if.h device_if.h ppbus_if.h ppbus_if.c \
6 opt_ppb_1284.h \
7 ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
9 EXPORT_SYMS= ppb_attach_device \
10 ppb_request_bus \
11 ppb_release_bus \
12 ppb_get_status \
13 ppb_poll_bus \
14 ppb_reset_epp_timeout \
15 ppb_ecp_sync \
16 ppb_get_epp_protocol \
17 ppb_set_mode \
18 ppb_get_mode \
19 ppb_write
21 .include <bsd.kmod.mk>