mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
87dfe49691
This brings the secondary CPU into Linux. It depends on the setup performed by ASPEED's u-boot. Signed-off-by: Joel Stanley <joel@jms.id.au>
6 lines
137 B
Makefile
6 lines
137 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) ASPEED Technology Inc.
|
|
# Copyright IBM Corp.
|
|
|
|
obj-$(CONFIG_SMP) += platsmp.o
|