arm/smdk2410: Update to include bspidle.c

This BSP shares code with the gp32 and needed to include the
new bspidle.c file.
This commit is contained in:
Joel Sherrill
2013-01-08 10:18:06 -06:00
parent b805183748
commit 1419a86855

View File

@@ -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 \