mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 12:27:12 +00:00
OMAP3: Reorganize Makefile style
Reformat COBJS handling. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
This commit is contained in:
parent
b196698271
commit
5b4bebe1d2
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,13 @@ include $(TOPDIR)/config.mk
|
|||
LIB = $(obj)lib$(SOC).a
|
||||
|
||||
SOBJS := lowlevel_init.o
|
||||
COBJS := sys_info.o board.o clock.o interrupts.o mem.o syslib.o
|
||||
|
||||
COBJS += board.o
|
||||
COBJS += clock.o
|
||||
COBJS += mem.o
|
||||
COBJS += syslib.o
|
||||
COBJS += sys_info.o
|
||||
COBJS += interrupts.o
|
||||
|
||||
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
||||
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
|
||||
|
|
Loading…
Add table
Reference in a new issue