mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
Blackfin: split cpu COBJS into multilines
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
909878fd3f
commit
490fe73491
1 changed files with 7 additions and 1 deletions
|
@ -17,8 +17,14 @@ EXTRA :=
|
|||
CEXTRA := initcode.o
|
||||
SEXTRA := start.o
|
||||
SOBJS := interrupt.o cache.o
|
||||
COBJS-y := cpu.o traps.o interrupts.o os_log.o reset.o serial.o watchdog.o
|
||||
COBJS-y += cpu.o
|
||||
COBJS-y += interrupts.o
|
||||
COBJS-$(CONFIG_JTAG_CONSOLE) += jtag-console.o
|
||||
COBJS-y += os_log.o
|
||||
COBJS-y += reset.o
|
||||
COBJS-y += serial.o
|
||||
COBJS-y += traps.o
|
||||
COBJS-y += watchdog.o
|
||||
|
||||
ifeq ($(CONFIG_BFIN_BOOT_MODE),BFIN_BOOT_BYPASS)
|
||||
COBJS-y += initcode.o
|
||||
|
|
Loading…
Reference in a new issue