mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
|
#
|
||
|
# (C) Copyright 2007 - 2013 Tensilica, Inc.
|
||
|
# (C) Copyright 2014 - 2016 Cadence Design Systems Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y = cpu.o exceptions.o
|
||
|
extra-y = start.o
|