mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
1027b4df83
Assuming that we don't actually want the old-style pm-mmp2.c and pm-pxa910.c implementation, all these files can go away as well. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Marvell's PXA168 processors line
|
|
#
|
|
obj-y += common.o time.o
|
|
|
|
ifeq ($(CONFIG_SMP),y)
|
|
obj-$(CONFIG_MACH_MMP3_DT) += platsmp.o
|
|
endif
|
|
|
|
# board support
|
|
obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
|
|
obj-$(CONFIG_MACH_MMP2_DT) += mmp2-dt.o
|
|
obj-$(CONFIG_MACH_MMP3_DT) += mmp3.o
|