mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
All architectures enable NEW_PCIB in DEFAULTS (arm being the most recent
to do so in 121be55599 (arm: Set NEW_PCIB in DEFAULTS rather than a
subset of kernel configs")), so it's time we removed the legacy code
that no longer sees much testing and has a significant maintenance
burden.
Reviewed by: jhb, andrew, emaste
Differential Revision: https://reviews.freebsd.org/D32954
7 lines
156 B
Makefile
7 lines
156 B
Makefile
.PATH: ${SRCTOP}/sys/dev/pccbb
|
|
|
|
KMOD= cbb
|
|
SRCS= pccbb.c pccbb_pci.c \
|
|
device_if.h bus_if.h power_if.h card_if.h pci_if.h pcib_if.h
|
|
|
|
.include <bsd.kmod.mk>
|