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