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