diff options
author | Stefano Babic <sbabic@denx.de> | 2011-07-07 03:37:06 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-14 15:41:24 +0200 |
commit | 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 (patch) | |
tree | 3b5c9093ce63a2b9f92fc95231ae30525ca3ced0 /arch/arm/cpu/armv7/mx5/Makefile | |
parent | 39f0023e81c27fc41cf19bde4ad9ed2ef8f13270 (diff) |
MX5: Update to autogenerated asm-offsets.h
On i.MX5, the asm-offsets.h file is not yet generated as it should be.
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Matthias Weisser <weisserm@arcor.de>
Diffstat (limited to 'arch/arm/cpu/armv7/mx5/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/mx5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx5/Makefile b/arch/arm/cpu/armv7/mx5/Makefile index e8be9c9fab..6e13cc3e84 100644 --- a/arch/arm/cpu/armv7/mx5/Makefile +++ b/arch/arm/cpu/armv7/mx5/Makefile @@ -45,4 +45,6 @@ include $(SRCTREE)/rules.mk sinclude $(obj).depend +lowlevel_init.o : $(TOPDIR)/include/asm/arch/asm-offsets.h + ######################################################################### |