opnsense-src/sys/modules/linuxkpi_hdmi/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
249 B
Makefile
Raw Permalink Normal View History

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