kernel: Add a port of the Linux 4.8 vga_switcheroo module
[dragonfly.git] / sys / dev / video / vga / Makefile
1 KMOD=   vga_switcheroo
2 SRCS=   vga_switcheroo.c
3 SRCS+=  device_if.h bus_if.h pci_if.h opt_drm.h
4
5 KCFLAGS+= -I${SYSDIR}/dev/drm/include
6
7 .include <bsd.kmod.mk>