ecc: ecc: Support the ECC error detection for Xeon X3400 family
[dragonfly.git] / sys / dev / bridge / ecc / Makefile
... / ...
CommitLineData
1# $DragonFly: src/sys/dev/bridge/ecc/Makefile,v 1.1 2006/10/10 18:31:03 dillon Exp $
2#
3
4KMOD = ecc
5SRCS = ecc_amd8000.c ecc_e31200.c ecc_x3400.c
6SRCS += device_if.h bus_if.h pci_if.h pcib_if.h
7SRCS += opt_bus.h opt_pci.h
8MFILES = kern/device_if.m kern/bus_if.m bus/pci/pci_if.m bus/pci/pcib_if.m
9
10.include <bsd.kmod.mk>