summaryrefslogtreecommitdiffstats
path: root/sys/modules/agp/Makefile
blob: 71f4de94744b6ab107bc3c394f041b7fba2e6a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH:	${.CURDIR}/../../pci
KMOD	= agp
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
SRCS   += device_if.h bus_if.h agp_if.h pci_if.h
SRCS   += opt_bdg.h opt_bus.h opt_pci.h opt_smp.h
MFILES	= kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m

.include "${.CURDIR}/../../conf/kmod.mk"
OpenPOWER on IntegriCloud