193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
208 B
Makefile
14 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>
|