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