diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-12-06 20:10:19 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-12-06 20:10:19 +0000 |
commit | 03433864b95120162a7f43c2099393d501ba6abc (patch) | |
tree | 116c51076a0d39e97a66e0b2e2a670e5242a4d87 /sys/arch/beagle | |
parent | c35b9bdae7316474e01b5a2ba9dcf3631b975901 (diff) |
- use consistent 'include' rules without a full relative path.
tested on a GENERIC config from all arches.
ok deraadt@ miod@
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r-- | sys/arch/beagle/conf/files.beagle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/beagle/conf/files.beagle b/sys/arch/beagle/conf/files.beagle index 86d87315148..fcaf182a068 100644 --- a/sys/arch/beagle/conf/files.beagle +++ b/sys/arch/beagle/conf/files.beagle @@ -1,4 +1,4 @@ -# $OpenBSD: files.beagle,v 1.4 2010/06/01 03:01:02 drahn Exp $ +# $OpenBSD: files.beagle,v 1.5 2010/12/06 20:10:17 jasper Exp $ # # First try for arm-specific configuration info # @@ -28,7 +28,7 @@ file arch/arm/armv7/armv7_mutex.c # note that the order of the devices in _this_ file # affects the order that the devices will configure. -include "../../../dev/sdmmc/files.sdmmc" +include "dev/sdmmc/files.sdmmc" device prcm attach prcm at ahb @@ -77,8 +77,8 @@ file arch/beagle/dev/omdisplay.c omdisplay # # Machine-independent SCSI drivers # -include "../../../scsi/files.scsi" -include "../../../dev/atapiscsi/files.atapiscsi" +include "scsi/files.scsi" +include "dev/atapiscsi/files.atapiscsi" # CPU support and integrated peripherals file arch/arm/arm/irq_dispatch.S |