mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: start.S instead of start.s.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* startup/Makefile.am: start.S instead of start.s.
|
||||||
|
|
||||||
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
PR 545/bsps
|
PR 545/bsps
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c imbx8xx.c \
|
|||||||
main.c mmutlbtab.c sbrk.c gnatinstallhandler.c
|
main.c mmutlbtab.c sbrk.c gnatinstallhandler.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
S_FILES = start.s
|
S_FILES = start.S
|
||||||
S_O_FILES = $(S_FILES:%.s=$(ARCH)/%.$(OBJEXT))
|
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES) $(S_O_FILES)
|
OBJS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user