xref: /freebsd/sys/modules/pwm/pwm_backlight/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
138d94a4bSEmmanuel Vadot.PATH:	${SRCTOP}/sys/dev/pwm
238d94a4bSEmmanuel VadotKMOD=	pwm_backlight
338d94a4bSEmmanuel VadotSRCS=	pwm_backlight.c
438d94a4bSEmmanuel Vadot
538d94a4bSEmmanuel VadotSRCS+=	\
638d94a4bSEmmanuel Vadot	backlight_if.h \
738d94a4bSEmmanuel Vadot	bus_if.h \
838d94a4bSEmmanuel Vadot	device_if.h \
938d94a4bSEmmanuel Vadot	opt_platform.h \
1038d94a4bSEmmanuel Vadot	pwmbus_if.h \
11*04d672afSEmmanuel Vadot	regnode_if.h \
1238d94a4bSEmmanuel Vadot	ofw_bus_if.h
1338d94a4bSEmmanuel Vadot
1438d94a4bSEmmanuel Vadot.include <bsd.kmod.mk>
15