Makefile 317 B

1234567891011121314
  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. ifeq ($(CONFIG_SMP),y)
  7. obj-$(CONFIG_MACH_MMP3_DT) += platsmp.o
  8. endif
  9. # board support
  10. obj-$(CONFIG_MACH_MMP_DT) += mmp-dt.o
  11. obj-$(CONFIG_MACH_MMP2_DT) += mmp2-dt.o
  12. obj-$(CONFIG_MACH_MMP3_DT) += mmp3.o