mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
208 B
Makefile
13 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|