mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 08:44:02 -04:00
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
|