diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-07 14:54:15 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-07 14:54:15 +0000 |
commit | de1d815fccee1f4766a7e56054ab0ec3f6f3a7db (patch) | |
tree | e767e18755de6efc55f8ea2759ece2aa74574b05 /arch/arm/common/Makefile | |
parent | 123656d4cc8c946f578ebd18c2050f5251720428 (diff) |
[ARM] Move AMBA bus code to drivers/amba/
Make the AMBA bus code visible to other architectures.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/common/Makefile')
-rw-r--r-- | arch/arm/common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile index 2685051b301..ec8d17c9690 100644 --- a/arch/arm/common/Makefile +++ b/arch/arm/common/Makefile @@ -3,7 +3,6 @@ # obj-y += rtctime.o -obj-$(CONFIG_ARM_AMBA) += amba.o obj-$(CONFIG_ARM_GIC) += gic.o obj-$(CONFIG_ICST525) += icst525.o obj-$(CONFIG_ICST307) += icst307.o |