mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
15 lines
210 B
Makefile
15 lines
210 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
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|