diff options
author | Olof Johansson <olof@lixom.net> | 2011-02-19 19:26:18 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-02-22 20:28:11 -0500 |
commit | 85940b4a1761aa5ab8d0ac1557756953788af155 (patch) | |
tree | df8db08a83007bad400c4f36e66659630c61e50b /arch/arm/mach-tegra/Makefile | |
parent | 0ec1b606c0b13f33816847507f9d72be30abacd1 (diff) |
ARM: tegra: common device resources
Add a common location to register resources for used on-chip devices
that are commonly configured on boards. Devices will be added to this file
as more drivers are added that can make use of them.
This is based on work contributed by several people, most of it from
Colin Cross and Erik Gilling.
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 3fe357bc763c..c530dba75d60 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-y += common.o | 1 | obj-y += common.o |
2 | obj-y += devices.o | ||
2 | obj-y += io.o | 3 | obj-y += io.o |
3 | obj-y += irq.o legacy_irq.o | 4 | obj-y += irq.o legacy_irq.o |
4 | obj-y += clock.o | 5 | obj-y += clock.o |