Use a globaldata_t instead of a cpuid in the lwkt_token structure. The
[dragonfly.git] / sys / bus / pccard / pccbb / Makefile
1 # $FreeBSD: src/sys/modules/cbb/Makefile,v 1.2 1999/11/28 18:52:41 bde Exp $
2 # $DragonFly: src/sys/bus/pccard/pccbb/Attic/Makefile,v 1.3 2003/08/15 01:19:54 dillon Exp $
3 #
4 # XXX disabled, no pccbb.c to be found.
5
6 KMOD=   cbb
7 SRCS=   pccbb.c \
8         device_if.h bus_if.h
9 NOMAN=
10
11 .include <bsd.kmod.mk>