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
13 lines
246 B
Makefile
13 lines
246 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/hyperv/pcib \
|
|
${SRCTOP}/sys/dev/hyperv/vmbus
|
|
|
|
KMOD= vmbus_pcib
|
|
SRCS= vmbus_pcib.c
|
|
SRCS+= bus_if.h device_if.h pci_if.h pcib_if.h vmbus_if.h
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/hyperv/pcib
|
|
|
|
.include <bsd.kmod.mk>
|