Home | History | Annotate | Download | only in ep93xx
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Cirrus Logic EP93xx CPU-specific Makefile
      4 #
      5 # Copyright (C) 2009 Matthias Kaehlcke <matthias (at] kaehlcke.net>
      6 #
      7 # Copyright (C) 2004, 2005
      8 # Cory T. Tusar, Videon Central, Inc., <ctusar (at] videon-central.com>
      9 #
     10 # Copyright (C) 2006
     11 # Dominic Rath <Dominic.Rath (at] gmx.de>
     12 #
     13 # Based on an original Makefile, which is
     14 #
     15 # (C) Copyright 2000, 2001, 2002
     16 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
     17 
     18 obj-y   = cpu.o led.o speed.o timer.o
     19 obj-y   += lowlevel_init.o
     20