mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
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)
16 lines
290 B
Makefile
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>
|