diff options
author | andrew <andrew@FreeBSD.org> | 2015-11-21 15:30:08 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-11-21 15:30:08 +0000 |
commit | d819c2e831a961b786630df17b2d80bcf4c8df2c (patch) | |
tree | f67bd499e96c09ed09c3a2af9c9eb3141646b9e3 /sys/arm/qemu/files.qemu | |
parent | 9c0e8c1e482f4800efec33e37e3f39b49f42f0d4 (diff) | |
download | FreeBSD-src-d819c2e831a961b786630df17b2d80bcf4c8df2c.zip FreeBSD-src-d819c2e831a961b786630df17b2d80bcf4c8df2c.tar.gz |
Move more bus_space_* files to be built by files.arm. This leaves the
definition in a file.* file under sys/arm/arm in the few cases we need it
for non-fdt platforms.
Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/arm/qemu/files.qemu')
-rw-r--r-- | sys/arm/qemu/files.qemu | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/qemu/files.qemu b/sys/arm/qemu/files.qemu index 48d7e4a..0ba925e 100644 --- a/sys/arm/qemu/files.qemu +++ b/sys/arm/qemu/files.qemu @@ -3,8 +3,6 @@ # # Standard ARM support. # -arm/arm/bus_space_base.c standard -arm/arm/bus_space_generic.c standard kern/kern_clocksource.c standard # |