mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 13:20:37 -05:00
12 lines
196 B
Makefile
12 lines
196 B
Makefile
|
|
KMOD= vesa
|
|
SRCS= opt_vga.h opt_vesa.h
|
|
SRCS+= bus_if.h device_if.h pci_if.h
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/fb
|
|
SRCS+= vesa.c
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/syscons
|
|
SRCS+= scvesactl.c
|
|
|
|
.include <bsd.kmod.mk>
|