]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
b85a3ef4 JL |
2 | # |
3 | # Makefile for the linux kernel. | |
4 | # | |
5 | ||
6 | # Common support | |
0beb2bd3 | 7 | obj-y := common.o slcr.o pm.o |
aa7eb2bb | 8 | obj-$(CONFIG_SMP) += headsmp.o platsmp.o |