diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-08-15 06:54:36 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-08-15 06:54:36 +0000 |
commit | cd0b640726145ac28136a057e3560caf0288127f (patch) | |
tree | 4f8d8bd7f18eeb00b5fe966980d8189d382aaee4 /sys/dev | |
parent | c7bb5eaa036a7ee14565374d29eea90c5e339ba9 (diff) |
Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets
generated on all architectures that support pci, making alpha and loongson
compile again.
ok todd@, miod@ seemed to agree with the idea
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/files.pci | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 85398a97dcf..f9d57db5e8f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.294 2013/06/01 01:13:34 reyk Exp $ +# $OpenBSD: files.pci,v 1.295 2013/08/15 06:54:35 kettenis Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -849,3 +849,6 @@ file dev/pci/vioblk.c vioblk device viomb attach viomb at virtio file dev/pci/viomb.c viomb + +include "dev/pci/files.agp" +include "dev/pci/drm/files.drm" |