Home | History | Annotate | Download | only in lpc32xx
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2006
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 obj-y   = cpu.o clk.o devices.o timer.o
      7 
      8 obj-$(CONFIG_SPL_BUILD) += dram.o lowlevel_init.o
      9