kernel: Import the apple-gmux driver from Linux 4.8
[dragonfly.git] / sys / gnu / dev / apple_gmux / Makefile
1 KMOD=   apple_gmux
2 SRCS=   apple-gmux.c
3 SRCS+=  device_if.h opt_acpi.h acpi_if.h bus_if.h pci_if.h
4 SRCS+=  opt_ktr.h opt_drm.h
5
6 KCFLAGS+= -I${SYSDIR}/dev/drm/include
7
8 .include <bsd.kmod.mk>