mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
f7178eb011
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
9 lines
169 B
Makefile
9 lines
169 B
Makefile
#
|
|
# (C) Copyright 2011
|
|
# Julius Baxter <julius@opencores.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
obj-y = cache.o cpu.o exceptions.o interrupts.o
|