Changeset 3bda49d in rtems
- Timestamp:
- 01/15/03 16:17:38 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6016a140
- Parents:
- e02e429
- Location:
- c/src/lib/libcpu/sh/sh7750
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7750/ChangeLog
re02e429 r3bda49d 1 2002-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Eliminate @RTEMS_BSP@.cfg, $(OBJS). 4 * sci/Makefile.am: Likewise. 5 * score/Makefile.am: Likewise. 6 * timer/Makefile.am: Likewise. 7 1 8 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
re02e429 r3bda49d 7 7 8 8 C_FILES = ckinit.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 OBJS = $(C_O_FILES)12 13 include $(top_srcdir)/../../../../../../make/custom/@RTEMS_BSP@.cfg14 11 include $(top_srcdir)/../../../../../../automake/compile.am 15 12 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libcpu/sh/sh7750/sci/Makefile.am
re02e429 r3bda49d 3 3 ## 4 4 5 6 5 PGM = $(ARCH)/sci.rel 7 6 8 7 C_FILES = sh4uart.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))8 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 9 11 OBJS = $(C_O_FILES)12 13 include $(top_srcdir)/../../../../../../make/custom/@RTEMS_BSP@.cfg14 10 include $(top_srcdir)/../../../../../../automake/compile.am 15 11 include $(top_srcdir)/../../../../../../automake/lib.am … … 26 22 .PRECIOUS: $(PGM) 27 23 28 ## FIXME: Moved to libbsp/sh/<BSP>/console/29 ## Needs to be reworked to be usable here.30 EXTRA_DIST = console.c31 32 24 include $(top_srcdir)/../../../../../../automake/local.am -
c/src/lib/libcpu/sh/sh7750/score/Makefile.am
re02e429 r3bda49d 7 7 8 8 C_FILES = cpu_asm.c ispsh7750.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 OBJS = $(C_O_FILES)12 13 include $(top_srcdir)/../../../../../../make/custom/@RTEMS_BSP@.cfg14 11 include $(top_srcdir)/../../../../../../automake/compile.am 15 12 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libcpu/sh/sh7750/timer/Makefile.am
re02e429 r3bda49d 7 7 8 8 C_FILES = timer.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))9 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 10 11 OBJS = $(C_O_FILES)12 13 include $(top_srcdir)/../../../../../../make/custom/@RTEMS_BSP@.cfg14 11 include $(top_srcdir)/../../../../../../automake/compile.am 15 12 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.