opnsense-src/sys/modules/linuxkpi_video/Makefile
Emmanuel Vadot 5080cf0846 linuxkpi: Add linuxkpi_video module
This contain the hdmi code and the aperture code like in linux.

Differential Revision:	https://reviews.freebsd.org/D44925
Reviewed by:		bz
Obtained from:		drm-kmod
Sponsored by:		Beckhoff Automation GmbH & Co. KG

(cherry picked from commit 11d79c4756b7c85faf7c4a268c301a41ce0887b9)
2024-06-04 13:06:45 +02:00

15 lines
271 B
Makefile

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