mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.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
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|