mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
15 lines
271 B
Makefile
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>
|