1 # $FreeBSD$ 2 3 .PATH: ${SRCTOP}/sys/dev/backlight 4 KMOD= backlight 5 SRCS= backlight.c 6 7 SRCS+= bus_if.h \ 8 device_if.h \ 9 opt_platform.h \ 10 backlight_if.h \ 11 backlight_if.c 12 13 EXPORT_SYMS= YES 14 15 .include <bsd.kmod.mk>
Cache object: 9ded653e42b14e5a1932dcc762a77082
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]
This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.