135021edfd
Remove PUC's pccard attachment. This removes support for 16-bit PC Cards. Relnotes: Yes
11 lines
171 B
Makefile
11 lines
171 B
Makefile
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/puc
|
|
|
|
KMOD= puc
|
|
SRCS= puc.c puc_cfg.c puc_pci.c
|
|
SRCS+= bus_if.h device_if.h serdev_if.c serdev_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|