1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for Marvell's PXA168 processors line 4 # 5 obj-y += common.o time.o 6 7 ifeq ($(CONFIG_SMP),y) 8 obj-$(CONFIG_MACH_MMP3_DT) += platsmp.o 9 endif 10 11 # board support 12 obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o 13 obj-$(CONFIG_MACH_MMP2_DT) += mmp2-dt.o 14 obj-$(CONFIG_MACH_MMP3_DT) += mmp3.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.