2000-06-09 16:07:04 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD = agp
|
2000-07-12 10:13:07 +00:00
|
|
|
SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
|
|
|
|
SRCS += agp_i810.c agp_if.c
|
2000-06-09 16:07:04 +00:00
|
|
|
SRCS += device_if.h bus_if.h agp_if.h pci_if.h
|
2000-09-22 23:40:10 +00:00
|
|
|
SRCS += opt_bdg.h opt_bus.h opt_pci.h
|
2000-12-08 22:11:23 +00:00
|
|
|
MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m dev/pci/pci_if.m
|
2000-06-09 16:07:04 +00:00
|
|
|
|
2000-07-19 10:40:39 +00:00
|
|
|
.include <bsd.kmod.mk>
|