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
12 lines
207 B
Makefile
12 lines
207 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/puc
|
|
|
|
KMOD= puc
|
|
SRCS= puc.c puc_cfg.c puc_pci.c puc_pccard.c pucdata.c
|
|
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h \
|
|
card_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|