summaryrefslogtreecommitdiffstats
path: root/sys/arm/allwinner
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-08 00:14:40 +0000
committerimp <imp@FreeBSD.org>2014-03-08 00:14:40 +0000
commit26a7b1e23b5deb9b33ecee1359df1670f2993649 (patch)
tree5cbc5b1f9f191ebe76c7f67fdc965e8126237a43 /sys/arm/allwinner
parente2a82966a6890da982bdb74f294aa7cc30d0097a (diff)
downloadFreeBSD-src-26a7b1e23b5deb9b33ecee1359df1670f2993649.zip
FreeBSD-src-26a7b1e23b5deb9b33ecee1359df1670f2993649.tar.gz
Move all the files named foo/common.c to foo/foo_common.c, as
appropriate for each of the 'foo' in the tree. This will allow us to compile them together (although symbol conflicts prevent us from doing that today, this just fixes the file name collision).
Diffstat (limited to 'sys/arm/allwinner')
-rw-r--r--sys/arm/allwinner/a10_common.c (renamed from sys/arm/allwinner/common.c)0
-rw-r--r--sys/arm/allwinner/files.a1012
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arm/allwinner/common.c b/sys/arm/allwinner/a10_common.c
index 2aaa451..2aaa451 100644
--- a/sys/arm/allwinner/common.c
+++ b/sys/arm/allwinner/a10_common.c
diff --git a/sys/arm/allwinner/files.a10 b/sys/arm/allwinner/files.a10
index 0a58402..11def4f 100644
--- a/sys/arm/allwinner/files.a10
+++ b/sys/arm/allwinner/files.a10
@@ -9,16 +9,16 @@ arm/arm/cpufunc_asm_arm11.S standard
arm/arm/cpufunc_asm_armv7.S standard
arm/arm/irq_dispatch.S standard
-arm/allwinner/a20/a20_cpu_cfg.c standard
arm/allwinner/a10_clk.c standard
-arm/allwinner/a10_sramc.c standard
+arm/allwinner/a10_common.c standard
arm/allwinner/a10_gpio.c optional gpio
arm/allwinner/a10_ehci.c optional ehci
-arm/allwinner/if_emac.c optional emac
+arm/allwinner/a10_machdep.c standard
+arm/allwinner/a10_sramc.c standard
arm/allwinner/a10_wdog.c standard
-arm/allwinner/timer.c standard
+arm/allwinner/a20/a20_cpu_cfg.c standard
arm/allwinner/aintc.c standard
+arm/allwinner/if_emac.c optional emac
+arm/allwinner/timer.c standard
arm/arm/bus_space-v6.c standard
-arm/allwinner/common.c standard
#arm/allwinner/console.c standard
-arm/allwinner/a10_machdep.c standard
OpenPOWER on IntegriCloud