powerpc: mbx8xx: move starup/start.S to start/start.S

This commit is contained in:
Chirayu Desai
2013-12-06 21:27:55 +05:30
committed by Gedare Bloom
parent 54da1243eb
commit 1203d387a6
2 changed files with 1 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
startup/bspstart.c ../../shared/bootcard.c \
startup/imbx8xx.c startup/mmutlbtab.c \
../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/start.S
../../shared/sbrk.c ../../shared/gnatinstallhandler.c start/start.S
if HAS_NETWORKING
network_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__