[rtems commit] arm/smdk2410: Update to include bspidle.c

Joel Sherrill joel at rtems.org
Tue Jan 8 16:14:06 UTC 2013


Module:    rtems
Branch:    master
Commit:    1419a868559886db1093244e2fe1f70291eac8d5
Changeset: http://git.rtems.org/rtems/commit/?id=1419a868559886db1093244e2fe1f70291eac8d5

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Jan  8 10:18:06 2013 -0600

arm/smdk2410: Update to include bspidle.c

This BSP shares code with the gp32 and needed to include the
new bspidle.c file.

---

 c/src/lib/libbsp/arm/smdk2410/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/src/lib/libbsp/arm/smdk2410/Makefile.am b/c/src/lib/libbsp/arm/smdk2410/Makefile.am
index 526c7ab..e5dee1a 100644
--- a/c/src/lib/libbsp/arm/smdk2410/Makefile.am
+++ b/c/src/lib/libbsp/arm/smdk2410/Makefile.am
@@ -28,7 +28,7 @@ libbsp_a_SOURCES =
 
 # startup
 libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
-    ../gp32/startup/bspstart.c ../../shared/bspclean.c \
+    ../gp32/startup/bspstart.c ../gp32/startup/bspidle.c ../../shared/bspclean.c \
     startup/bspreset.c startup/memmap.c \
     ../../shared/bootcard.c ../../shared/sbrk.c \
     ../../shared/bsppretaskinghook.c  \




More information about the vc mailing list