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