提交 de1d815f 编写于 作者: R Russell King 提交者: Russell King

[ARM] Move AMBA bus code to drivers/amba/

Make the AMBA bus code visible to other architectures.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 123656d4
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# #
obj-y += rtctime.o obj-y += rtctime.o
obj-$(CONFIG_ARM_AMBA) += amba.o
obj-$(CONFIG_ARM_GIC) += gic.o obj-$(CONFIG_ARM_GIC) += gic.o
obj-$(CONFIG_ICST525) += icst525.o obj-$(CONFIG_ICST525) += icst525.o
obj-$(CONFIG_ICST307) += icst307.o obj-$(CONFIG_ICST307) += icst307.o
......
...@@ -13,6 +13,7 @@ obj-$(CONFIG_ACPI) += acpi/ ...@@ -13,6 +13,7 @@ obj-$(CONFIG_ACPI) += acpi/
# PnP must come after ACPI since it will eventually need to check if acpi # PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so # was used and do nothing if so
obj-$(CONFIG_PNP) += pnp/ obj-$(CONFIG_PNP) += pnp/
obj-$(CONFIG_ARM_AMBA) += amba/
# char/ comes before serial/ etc so that the VT console is the boot-time # char/ comes before serial/ etc so that the VT console is the boot-time
# default. # default.
......
obj-y += bus.o
文件已移动
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册