mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 07:54:24 +01:00
post/cpu/ppc4xx/Makefile: line length cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
cfd60441d8
commit
e5e9d6c9c0
1 changed files with 7 additions and 1 deletions
|
|
@ -25,6 +25,12 @@ include $(OBJTREE)/include/autoconf.mk
|
|||
LIB = libpostppc4xx.a
|
||||
|
||||
AOBJS-$(CONFIG_HAS_POST) += cache_4xx.o
|
||||
COBJS-$(CONFIG_HAS_POST) += cache.o denali_ecc.o ether.o fpu.o spr.o uart.o watchdog.o
|
||||
COBJS-$(CONFIG_HAS_POST) += cache.o
|
||||
COBJS-$(CONFIG_HAS_POST) += denali_ecc.o
|
||||
COBJS-$(CONFIG_HAS_POST) += ether.o
|
||||
COBJS-$(CONFIG_HAS_POST) += fpu.o
|
||||
COBJS-$(CONFIG_HAS_POST) += spr.o
|
||||
COBJS-$(CONFIG_HAS_POST) += uart.o
|
||||
COBJS-$(CONFIG_HAS_POST) += watchdog.o
|
||||
|
||||
include $(TOPDIR)/post/rules.mk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue