aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/backlight/Makefile
blob: 48c45d785ada4ac5a49b7cc0e720b6935e8dfc06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

.PATH:	${SRCTOP}/sys/dev/backlight
KMOD=	backlight
SRCS=	backlight.c

SRCS+=	bus_if.h \
	device_if.h \
	opt_platform.h \
	backlight_if.h \
	backlight_if.c

EXPORT_SYMS=	YES

.include <bsd.kmod.mk>