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