mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +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>
2 lines
53 B
Makefile
2 lines
53 B
Makefile
obj-y := uniphier.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|