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