diff options
author | Gregory CLEMENT | 2012-06-01 18:21:46 +0200 |
---|---|---|
committer | Arnd Bergmann | 2012-07-10 15:47:48 +0200 |
commit | 31af49db7b2d700fdaf26ab55ca96428bc2e8b06 (patch) | |
tree | ccd77c9f062178dc90d70072c320b6e3990106a5 /arch/arm/mach-mvebu/Makefile | |
parent | bf54439c34689f53409a066452e58a0533880473 (diff) |
arm: mach-mvebu: add source files
[ben.dooks@codethink.co.uk: fixup style error in system-controller]
[ben.dooks@codethink.co.uk: check result of of_match_node()]
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Yehuda Yitschak <yehuday@marvell.com>
Tested-by: Lior Amsalem <alior@marvell.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
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 new file mode 100644 index 000000000000..7366ae7357f3 --- /dev/null +++ b/arch/arm/mach-mvebu/Makefile @@ -0,0 +1 @@ +obj-y += system-controller.o |