9 lines
177 B
Makefile
9 lines
177 B
Makefile
|
# 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
|