mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -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
9 lines
187 B
Makefile
9 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/drm
|
|
KMOD = mga
|
|
SRCS = mga_drv.c mga_state.c mga_warp.c mga_dma.c \
|
|
mga_irq.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|