mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 10:31:54 +00:00
ba56a9876d
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>
3 lines
53 B
Makefile
3 lines
53 B
Makefile
obj-y := uniphier.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|