diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-25 21:34:01 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-26 00:32:16 +0400 |
commit | b02b64384696ad13d6a827dc7775489d01b3dfd9 (patch) | |
tree | afdb11754f61b7004c181b2d3f1221a63c7edc4f /arch/arm/mach-mvebu/Makefile | |
parent | 1b82af4f1749119fca8e07451223da10d3ca938d (diff) | |
download | linux-b02b64384696ad13d6a827dc7775489d01b3dfd9.tar.xz |
ARM: kirkwood: Add HP T5325 thin client
Convert the kirkwood t5325-setup.c to mostly device tree for
mach-mvebu. Part of the audio setup needs to remain in C for the
moment until suitable bindings are designed and implemented. So add
board code, triggered by the compatibility string.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/Makefile')
-rw-r--r-- | arch/arm/mach-mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index 6809ec769dd6..a903f8ad8a4a 100644 --- a/arch/arm/mach-mvebu/Makefile +++ b/arch/arm/mach-mvebu/Makefile @@ -8,3 +8,4 @@ obj-$(CONFIG_MACH_ARMADA_370_XP) += armada-370-xp.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_MACH_KIRKWOOD) += kirkwood.o kirkwood-pm.o +obj-$(CONFIG_MACH_T5325) += board-t5325.o |