freebsd-dev/sys/modules/agp/Makefile
Doug Rabson e547d6fd34 Add support for Intel's i810 chipset with integrated graphics. An
associated patch to XFree86 allows the X server to work with this chipset
on FreeBSD. Additional work will include porting the Linux 3D driver.

Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2000-07-12 10:13:07 +00:00

12 lines
354 B
Makefile

# $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"