diff options
author | Wolfgang Denk <wd@denx.de> | 2010-07-16 23:24:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-07-16 23:24:38 +0200 |
commit | e9aecdec153ae166739858e6a570432449b979f7 (patch) | |
tree | d773cbefa6696a83d572609ed0ee21c8d14174b2 /arch/arm/cpu/armv7/omap4/Makefile | |
parent | b6c208ab1ebc2ac01e0029b8456210617ff67156 (diff) | |
parent | 27952014c465eec646157d5d045c084b94e3f2d7 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-ti
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/omap4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/Makefile b/arch/arm/cpu/armv7/omap4/Makefile index ecf64f999b..d926fbb480 100644 --- a/arch/arm/cpu/armv7/omap4/Makefile +++ b/arch/arm/cpu/armv7/omap4/Makefile @@ -28,6 +28,7 @@ LIB = $(obj)lib$(SOC).a SOBJS += lowlevel_init.o COBJS += board.o +COBJS += mem.o COBJS += sys_info.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |