Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename all

.s files to .S in conformance with GNU conventions.  This is a
minor step along the way to supporting automake.
This commit is contained in:
Joel Sherrill
1998-12-14 23:15:38 +00:00
parent 1d9f198a91
commit 01629105c2
230 changed files with 4371 additions and 387 deletions

View File

@@ -22,11 +22,11 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/a29k.h $(srcdir)/a29ktypes.h
EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/amd.ah \ EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/amd.ah \
$(srcdir)/pswmacro.ah $(srcdir)/register.ah $(srcdir)/pswmacro.ah $(srcdir)/register.ah
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
# Normally cpu_asm and rtems are assembly files # Normally cpu_asm and rtems are assembly files
S_PIECES=cpu_asm sig S_PIECES=cpu_asm sig
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -23,8 +23,8 @@ EXTERNAL_H_FILES =
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .s
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -21,10 +21,10 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/i386.h $(srcdir)/i386types.h
# i386.h is handled specially # i386.h is handled specially
EXTERNAL_H_FILES = $(srcdir)/asm.h EXTERNAL_H_FILES = $(srcdir)/asm.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -20,10 +20,10 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/i960.h $(srcdir)/i960types.h
# H_FILES that get installed externally # H_FILES that get installed externally
EXTERNAL_H_FILES = $(srcdir)/asm.h EXTERNAL_H_FILES = $(srcdir)/asm.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -21,10 +21,10 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/m68k.h $(srcdir)/m68ktypes.h
EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/m68302.h $(srcdir)/m68360.h \ EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/m68302.h $(srcdir)/m68360.h \
$(srcdir)/qsm.h $(srcdir)/sim.h $(srcdir)/qsm.h $(srcdir)/sim.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -21,11 +21,11 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/no_cpu.h $(srcdir)/no_cputypes.h
# H_FILES that get installed externally # H_FILES that get installed externally
EXTERNAL_H_FILES = $(srcdir)/asm.h EXTERNAL_H_FILES = $(srcdir)/asm.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
# Normally cpu_asm and rtems are assembly files # Normally cpu_asm and rtems are assembly files
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -21,11 +21,11 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/ppc.h $(srcdir)/ppctypes.h
# H_FILES that get installed externally # H_FILES that get installed externally
EXTERNAL_H_FILES = $(srcdir)/asm.h EXTERNAL_H_FILES = $(srcdir)/asm.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
# Normally cpu_asm and rtems are assembly files # Normally cpu_asm and rtems are assembly files
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)
@@ -73,7 +73,7 @@ preinstall: $(ARCH) \
# we will share the basic cpu file # we will share the basic cpu file
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
# make a link in case we are not compiling in the source directory # make a link in case we are not compiling in the source directory
test -f irq_stub.s || $(LN) -s $(srcdir)/irq_stub.s irq_stub.s #test -f irq_stub.s || $(LN) -s $(srcdir)/irq_stub.s irq_stub.s
$(PROJECT_INCLUDE)/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp $(PROJECT_INCLUDE)/rtems/score/targopts.h: $(ARCH)/targopts.h-tmp
$(INSTALL) -m 444 $(ARCH)/targopts.h-tmp $@ $(INSTALL) -m 444 $(ARCH)/targopts.h-tmp $@

View File

@@ -27,11 +27,11 @@ H_FILES= \
EXTERNAL_H_FILES = \ EXTERNAL_H_FILES = \
$(srcdir)/asm.h $(srcdir)/asm.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
# Normally cpu_asm and rtems are assembly files # Normally cpu_asm and rtems are assembly files
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -20,10 +20,10 @@ H_FILES=$(srcdir)/cpu.h $(srcdir)/sparc.h $(srcdir)/sparctypes.h
# H_FILES that get installed externally # H_FILES that get installed externally
EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/erc32.h EXTERNAL_H_FILES = $(srcdir)/asm.h $(srcdir)/erc32.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=cpu_asm rtems S_PIECES=cpu_asm rtems
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) $(EXTERNAL_H_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES=$(srcdir)/concntl.h H_FILES=$(srcdir)/concntl.h
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -15,10 +15,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=crt0 register S_PIECES=crt0 register
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=ramlink romlink $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=ramlink romlink $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start S_PIECES=start
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -8,10 +8,18 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup tty shmsupp BSP_PIECES=startup tty
# pieces to pick up out of libcpu/hppa # pieces to pick up out of libcpu/hppa
CPU_PIECES=clock milli timer CPU_PIECES=clock milli timer
GENERIC_PIECES=shmdr GENERIC_PIECES=
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
@@ -21,9 +29,6 @@ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
../../../$(piece)/$(ARCH)/$(piece).rel) ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start S_PIECES=start
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=ldsegs S_PIECES=ldsegs
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -8,17 +8,22 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console shmsupp timer BSP_PIECES=startup clock console timer
GENERIC_PIECES=shmdr GENERIC_PIECES=
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel) $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -19,10 +19,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES= S_PIECES=
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -18,10 +18,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start S_PIECES=start
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -18,11 +18,11 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
# removed initcsu piece, ldsegs piece and flush # removed initcsu piece, ldsegs piece and flush
S_PIECES=irq_asm S_PIECES=irq_asm
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(srcdir)/linkcmds $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(srcdir)/linkcmds $(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(CC_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(CC_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=videoAsm S_PIECES=videoAsm
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) SRCS=$(C_FILES) $(H_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=ldsegs irq_asm S_PIECES=ldsegs irq_asm
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(srcdir)/linkcmds $(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -15,10 +15,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start S_PIECES=start
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -8,17 +8,22 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console shmsupp timer BSP_PIECES=startup clock console timer
GENERIC_PIECES=shmdr GENERIC_PIECES=
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel) $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start302 S_PIECES=start302
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start302 S_PIECES=start302
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=Modif_cpu_asm S_PIECES=Modif_cpu_asm
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start340 S_PIECES=start340
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start340 S_PIECES=start340
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start360 S_PIECES=start360
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=start360 S_PIECES=start360
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -8,17 +8,22 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console shmsupp timer BSP_PIECES=startup clock console timer
GENERIC_PIECES=shmdr GENERIC_PIECES=
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel) $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -1,28 +0,0 @@
/* timer_isr()
*
* This routine provides the ISR for the PCC timer on the MVME147
* board. The timer is set up to generate an interrupt at maximum
* intervals.
*
* MVME147 port for TNI - Telecom Bretagne
* by Dominique LE CAMPION (Dominique.LECAMPION@enst-bretagne.fr)
* May 1996
*
* $Id$
*/
#include "asm.h"
BEGIN_CODE
.set T1_CONTROL_REGISTER, 0xfffe1018 | timer 1 control register
PUBLIC (timerisr)
SYM (timerisr):
orb #0x80, T1_CONTROL_REGISTER | clear T1 int status bit
addql #1, SYM (Ttimer_val) | increment timer value
end_timerisr:
rte
END_CODE
END

View File

@@ -8,8 +8,8 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console timer # shmsupp BSP_PIECES=startup clock console timer
GENERIC_PIECES=# shmdr GENERIC_PIECES=
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \

View File

@@ -15,10 +15,10 @@ C_PIECES=timer
C_FILES=$(C_PIECES:%=%.c) C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o) C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
H_FILES= H_FILES=

View File

@@ -8,17 +8,22 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@ RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console timer shmsupp BSP_PIECES=startup clock console timer
GENERIC_PIECES=shmdr GENERIC_PIECES=
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \ OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \
$(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel) $(foreach piece, $(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
LIB=$(ARCH)/libbsp.a LIB=$(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/lib.cfg
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

View File

@@ -24,10 +24,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=$(RESET_SRC) S_PIECES=$(RESET_SRC)
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(S_O_FILES) $(C_O_FILES) OBJS=$(S_O_FILES) $(C_O_FILES)

View File

@@ -24,10 +24,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=$(RESET_SRC) S_PIECES=$(RESET_SRC)
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(S_O_FILES) $(C_O_FILES) OBJS=$(S_O_FILES) $(C_O_FILES)

View File

@@ -17,10 +17,10 @@ C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)
H_FILES= H_FILES=
# Assembly source names, if any, go here -- minus the .s # Assembly source names, if any, go here -- minus the .S
S_PIECES=timerisr S_PIECES=timerisr
S_FILES=$(S_PIECES:%=%.s) S_FILES=$(S_PIECES:%=%.S)
S_O_FILES=$(S_FILES:%.s=${ARCH}/%.o) S_O_FILES=$(S_FILES:%.S=${ARCH}/%.o)
SRCS=$(C_FILES) $(H_FILES) $(S_FILES) SRCS=$(C_FILES) $(H_FILES) $(S_FILES)
OBJS=$(C_O_FILES) $(S_O_FILES) OBJS=$(C_O_FILES) $(S_O_FILES)

Some files were not shown because too many files have changed in this diff Show More