xref: /freebsd-14.2/sys/modules/backlight/Makefile (revision 031beb4e)
1675aae73SEmmanuel Vadot
2675aae73SEmmanuel Vadot.PATH:	${SRCTOP}/sys/dev/backlight
3675aae73SEmmanuel VadotKMOD=	backlight
4675aae73SEmmanuel VadotSRCS=	backlight.c
5675aae73SEmmanuel Vadot
6675aae73SEmmanuel VadotSRCS+=	bus_if.h \
7675aae73SEmmanuel Vadot	device_if.h \
8675aae73SEmmanuel Vadot	opt_platform.h \
9675aae73SEmmanuel Vadot	backlight_if.h \
10675aae73SEmmanuel Vadot	backlight_if.c
11675aae73SEmmanuel Vadot
12*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
13*5bb3134aSKonstantin Belousov
14675aae73SEmmanuel Vadot.include <bsd.kmod.mk>
15