mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -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
198 B
Makefile
8 lines
198 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ichsmb
|
|
KMOD = ichsmb
|
|
SRCS = device_if.h bus_if.h iicbb_if.h pci_if.h smbus_if.h \
|
|
ichsmb.c ichsmb_pci.c ichsmb_reg.h ichsmb_var.h
|
|
|
|
.include <bsd.kmod.mk>
|