xref: /freebsd/sys/modules/ow/owc/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/ow
2ae1f3df4SWarner Losh
3ae1f3df4SWarner LoshKMOD=	owc
4ae1f3df4SWarner LoshSRCS=	owc_gpiobus.c
5ae1f3df4SWarner LoshSRCS+=	gpio_if.h gpiobus_if.h owll_if.h ofw_bus_if.h bus_if.h device_if.h
6ae1f3df4SWarner LoshSRCS+=	opt_platform.h
7ae1f3df4SWarner Losh
8*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
9*5bb3134aSKonstantin Belousov
10ae1f3df4SWarner Losh.include <bsd.kmod.mk>
11