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