blob: ebb9723002cf81614294e05df97993c3a094bead (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux kernel.
#
obj-y := entry.o platform.o ctop.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o
|