1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-23 07:31:31 +00:00
freebsd/sys/modules/ppbus/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

23 lines
424 B
Makefile

.PATH: ${SRCTOP}/sys/dev/ppbus
KMOD= ppbus
SRCS= bus_if.h device_if.h ppbus_if.h ppbus_if.c \
opt_ppb_1284.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
EXPORT_SYMS= \
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 \
ppb_lock
EXPORT_SYMS= YES
.include <bsd.kmod.mk>