freebsd-dev/sys/modules/netgraph/tty/Makefile
Jason Evans 0384fff8c5 Major update to the way synchronization is done in the kernel. Highlights
include:

* Mutual exclusion is used instead of spl*().  See mutex(9).  (Note: The
  alpha port is still in transition and currently uses both.)

* Per-CPU idle processes.

* Interrupts are run in their own separate kernel threads and can be
  preempted (i386 only).

Partially contributed by:	BSDi (BSD/OS)
Submissions by (at least):	cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00

10 lines
231 B
Makefile

# $FreeBSD$
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
KMOD= ng_tty
SRCS= ng_tty.c device_if.h bus_if.h pci_if.h
MFILES= kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m
NOMAN=
.include <bsd.kmod.mk>