Makefile 361 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2000-2006
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. #
  6. # (C) Copyright 2009 Freescale Semiconductor, Inc.
  7. obj-y := soc.o clock.o
  8. obj-y += lowlevel_init.o
  9. # common files for mx53 dram initialization
  10. obj-$(CONFIG_TARGET_MX53CX9020) += mx53_dram.o
  11. obj-$(CONFIG_TARGET_MX53LOCO) += mx53_dram.o