193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
19 lines
218 B
Makefile
19 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/proto
|
|
|
|
KMOD= proto
|
|
SRCS= \
|
|
proto_bus_isa.c \
|
|
proto_bus_pci.c \
|
|
proto_busdma.c \
|
|
proto_core.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
isa_if.h \
|
|
pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|