1675aae73SEmmanuel Vadot# $FreeBSD$ 2675aae73SEmmanuel Vadot 3675aae73SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/backlight 4675aae73SEmmanuel VadotKMOD= backlight 5675aae73SEmmanuel VadotSRCS= backlight.c 6675aae73SEmmanuel Vadot 7675aae73SEmmanuel VadotSRCS+= bus_if.h \ 8675aae73SEmmanuel Vadot device_if.h \ 9675aae73SEmmanuel Vadot opt_platform.h \ 10675aae73SEmmanuel Vadot backlight_if.h \ 11675aae73SEmmanuel Vadot backlight_if.c 12675aae73SEmmanuel Vadot 13*5bb3134aSKonstantin BelousovEXPORT_SYMS= YES 14*5bb3134aSKonstantin Belousov 15675aae73SEmmanuel Vadot.include <bsd.kmod.mk> 16