Retool the M_* flags to malloc() and the VM_ALLOC_* flags to
[dragonfly.git] / sys / dev / agp / Makefile
1 # $FreeBSD: src/sys/modules/agp/Makefile,v 1.2.2.4 2000/09/30 02:49:36 ps Exp $
2 # $DragonFly: src/sys/dev/agp/Makefile,v 1.3 2003/08/15 08:32:28 dillon Exp $
3
4 KMOD    = agp
5 SRCS    = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c
6 SRCS   += agp_i810.c agp_if.c
7 SRCS   += device_if.h bus_if.h agp_if.h pci_if.h
8 SRCS   += opt_bdg.h opt_bus.h opt_pci.h
9 MFILES  = kern/device_if.m kern/bus_if.m dev/agp/agp_if.m bus/pci/pci_if.m
10
11 .include <bsd.kmod.mk>