blob: cdf9d1c6556260e6ad8ec2dfc3bcf784af33793f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD: src/sys/modules/cbb/Makefile,v 1.10.28.1 2009/04/15 03:14:26 kensmith Exp $
.PATH: ${.CURDIR}/../../dev/pccbb
KMOD= cbb
SRCS= pccbb.c pccbb_isa.c pccbb_pci.c \
device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>
|