mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
9c4566a117
Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
7 lines
102 B
Makefile
7 lines
102 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := socfpga.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|