mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -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
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/mpt
|
|
|
|
KMOD= mpt
|
|
SRCS= bus_if.h device_if.h pci_if.h \
|
|
opt_cam.h opt_ddb.h \
|
|
mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
|
|
|
|
.include <bsd.kmod.mk>
|