opnsense-src/sys/modules/linuxkpi_video/Makefile
Vladimir Kondratyev 59d36b8969 LinuxKPI: update linuxkpi_video to Linux 6.6
disable hdmi_audio_infoframe_pack_for_dp function for now as it depends
on not imported yet drm sources and is not used by drm-kmod.

Reviewed by:	manu
Sponsored by:	Serenity CyberSecurity, LLC
Differential Revision:	https://reviews.freebsd.org/D46224

(cherry picked from commit c89d94ad5d95fd15e891b2723caae8a6104ee153)
2024-08-11 13:12:38 +03:00

16 lines
290 B
Makefile

.PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
KMOD= linuxkpi_video
SRCS= linux_hdmi.c \
linux_aperture.c \
linux_cmdline.c \
linuxkpi_videokmod.c
SRCS+= ${LINUXKPI_GENSRCS}
CFLAGS+= ${LINUXKPI_INCLUDES}
CFLAGS.linux_hdmi.c= -Wno-cast-qual
EXPORT_SYMS= YES
.include <bsd.kmod.mk>