diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-08 07:07:11 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-12 17:55:37 +0300 |
commit | ba56a9876decc99f361ff4e8c7e15253c2b1930d (patch) | |
tree | e71535055ab54c42f864a7615b02ad1b51a671ae /arch/arm/mach-uniphier/Makefile | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 (diff) | |
download | linux-ba56a9876decc99f361ff4e8c7e15253c2b1930d.tar.xz |
ARM: UniPhier: add basic support for UniPhier architecture
Initial commit for a new SoC family, UniPhier, developed by
Socionext Inc. (formerly, System LSI Business Division of
Panasonic Corporation).
This commit includes a minimal set of components for booting the
kernel, including SMP support.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-uniphier/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile new file mode 100644 index 000000000000..60bd2265f753 --- /dev/null +++ b/arch/arm/mach-uniphier/Makefile @@ -0,0 +1,2 @@ +obj-y := uniphier.o +obj-$(CONFIG_SMP) += platsmp.o |