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