mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -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
8 lines
188 B
Makefile
8 lines
188 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/drm
|
|
KMOD = mach64
|
|
SRCS = mach64_dma.c mach64_drv.c mach64_irq.c mach64_state.c
|
|
SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h
|
|
|
|
.include <bsd.kmod.mk>
|