mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
53d98958f5
This mini patchseries addresses the lack of multi-platform-image support in ARC port. Older build system only supported one platform(soc) to build at a time and further only one board of that platform could be built. There was no technical reason for that - we just didn't have the need. So the first step towards multi-platform (and multi-board) builds it to allow build system to do that. So as applicable, <choice .. endchoice> => <menu .. endmenu> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
.. | ||
include/plat | ||
irq.c | ||
Kconfig | ||
Makefile | ||
platform.c | ||
smp.c |