a397def9fb
Adjust sys/conf/files and sys/modules/puc/Makefile to omit pucdata.c now tht it's included by puc_pci.c. Submitted by: Lakhan Shiva Kamireddy (with build fixes by me) Pull Request: https://github.com/freebsd/freebsd/pull/136
12 lines
197 B
Makefile
12 lines
197 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/puc
|
|
|
|
KMOD= puc
|
|
SRCS= puc.c puc_cfg.c puc_pci.c puc_pccard.c
|
|
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h \
|
|
card_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|