mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04: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
180 B
Makefile
8 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/iicbus
|
|
KMOD = iicbus
|
|
SRCS = device_if.h bus_if.h iicbus_if.h iicbus_if.c \
|
|
iiconf.h iiconf.c iicbus.h iicbus.c
|
|
|
|
.include <bsd.kmod.mk>
|