diff options
author | 2005-01-13 16:15:11 +0000 | |
---|---|---|
committer | 2005-01-13 16:15:11 +0000 | |
commit | 5cb91d1ec59a0fa62aefd1fcbe71fcc68c4a510c (patch) | |
tree | 2e1e58e947dfbf6bfcc97aaebb1c50c7e36136a2 | |
parent | add usb serial things, ucomm attaches at least. (diff) | |
download | wireguard-openbsd-5cb91d1ec59a0fa62aefd1fcbe71fcc68c4a510c.tar.xz wireguard-openbsd-5cb91d1ec59a0fa62aefd1fcbe71fcc68c4a510c.zip |
dont make this dependant on bus_space_generic, that is bogus.
keep the define for compat for now.
-rw-r--r-- | sys/arch/arm/conf/files.arm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/conf/files.arm b/sys/arch/arm/conf/files.arm index 5c29cbfc631..48a5f1a952e 100644 --- a/sys/arch/arm/conf/files.arm +++ b/sys/arch/arm/conf/files.arm @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm,v 1.3 2004/10/08 13:04:35 grange Exp $ +# $OpenBSD: files.arm,v 1.4 2005/01/13 16:15:11 drahn Exp $ # $NetBSD: files.arm,v 1.76 2003/11/05 12:53:15 scw Exp $ # CPU types. Make sure to update <arm/cpuconf.h> if you change this list. @@ -62,7 +62,7 @@ file arch/arm/arm/disassem.c # bus_space(9) define bus_space_generic -file arch/arm/arm/bus_space_asm_generic.S bus_space_generic +file arch/arm/arm/bus_space_asm_generic.S file arch/arm/arm/bus_space_notimpl.S file arch/arm/arm/arm_machdep.c |