uboot/arch/arm/cpu/arm920t/ep93xx/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0+
   2#
   3# Cirrus Logic EP93xx CPU-specific Makefile
   4#
   5# Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
   6#
   7# Copyright (C) 2004, 2005
   8# Cory T. Tusar, Videon Central, Inc., <ctusar@videon-central.com>
   9#
  10# Copyright (C) 2006
  11# Dominic Rath <Dominic.Rath@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@denx.de.
  17
  18obj-y   = cpu.o led.o speed.o timer.o
  19obj-y   += lowlevel_init.o
  20