2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-06-21 01:47:27 +08:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2014-09-03 05:19:09 +08:00
|
|
|
obj-y := common.o slcr.o pm.o
|
2013-03-20 20:50:12 +08:00
|
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|