1 2# $FreeBSD$ 3 4.PATH: ${SRCTOP}/sys/dev/ppbus 5KMOD= ppbus 6SRCS= 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 10EXPORT_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> 23