summaryrefslogtreecommitdiff
path: root/board/st/u8500/Makefile
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-11-10 16:39:53 +0100
commitc0b34f5c4bd037cd93709b30ee1a670723e77084 (patch)
treea5d62db45625ce06a2ac721e5e5cb8297c34a564 /board/st/u8500/Makefile
parentc5fd9311b6c59a5fb4c6e7188c8bef96e3e2d86d (diff)
PACK2 changes
merged PACK2 changes: mmc and i2c frequency, put the second core into wfe, default bootcmd.
Diffstat (limited to 'board/st/u8500/Makefile')
-rwxr-xr-xboard/st/u8500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 78eece7fe..632a49161 100755
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -27,7 +27,7 @@ CFLAGS += -D__RELEASE -D__STN_8500
LIB = $(obj)lib$(BOARD).a
COBJS := u8500.o flash.o gpio.o i2c.o mmc.o mmc_utils.o init_mmc.o emmc.o
-SOBJS :=
+SOBJS := core2.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))