diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-07 09:54:15 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-07 09:54:15 -0500 |
commit | de1d815fccee1f4766a7e56054ab0ec3f6f3a7db (patch) | |
tree | e767e18755de6efc55f8ea2759ece2aa74574b05 /drivers/amba/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 'drivers/amba/Makefile')
-rw-r--r-- | drivers/amba/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/amba/Makefile b/drivers/amba/Makefile new file mode 100644 index 000000000000..40fe74097be2 --- /dev/null +++ b/drivers/amba/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | obj-y += bus.o | ||
2 | |||