mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Add module for agp driver.
This commit is contained in:
parent
6d08679b14
commit
1e1789b86c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61454
10
sys/modules/agp/Makefile
Normal file
10
sys/modules/agp/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../pci
|
||||
KMOD = agp
|
||||
SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.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"
|
Loading…
Reference in New Issue
Block a user