mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
0a3656a42e
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
11 lines
281 B
Makefile
11 lines
281 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
obj-y = traps.o cpu.o cpu_init.o interrupts.o speed.o \
|
|
drivers/epic/epic1.o drivers/i2c/i2c.o pci.o
|
|
obj-y += ../mpc8260/bedbug_603e.o
|