Skip to content
Snippets Groups Projects
Commit e5e9d6c9 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

post/cpu/ppc4xx/Makefile: line length cleanup


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent cfd60441
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,12 @@ include $(OBJTREE)/include/autoconf.mk ...@@ -25,6 +25,12 @@ include $(OBJTREE)/include/autoconf.mk
LIB = libpostppc4xx.a LIB = libpostppc4xx.a
AOBJS-$(CONFIG_HAS_POST) += cache_4xx.o 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 include $(TOPDIR)/post/rules.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment