Changeset 3d34c50f in rtems
- Timestamp:
- Dec 16, 2002, 5:55:54 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ccd8589a
- Parents:
- 34174c72
- Location:
- c/src/lib/libcpu/hppa1.1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/hppa1.1/ChangeLog
r34174c72 r3d34c50f 1 2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: RTEMS_CHECK_CUSTOM_BSP. 4 * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. 5 * milli/Makefile.am: Ditto. 6 * semaphore/Makefile.am: Ditto. 7 * timer/Makefile.am: Ditto. 8 1 9 2002-12-16 Joel Sherrill <joel@OARcorp.com> 2 10 -
c/src/lib/libcpu/hppa1.1/clock/Makefile.am
r34174c72 r3d34c50f 10 10 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg13 12 include $(top_srcdir)/../../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../../automake/lib.am -
c/src/lib/libcpu/hppa1.1/configure.ac
r34174c72 r3d34c50f 26 26 RTEMS_PROG_CCAS 27 27 28 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)29 30 28 # Explicitly list all Makefiles here 31 29 AC_CONFIG_FILES([Makefile -
c/src/lib/libcpu/hppa1.1/milli/Makefile.am
r34174c72 r3d34c50f 10 10 milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg13 12 include $(top_srcdir)/../../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../../automake/lib.am -
c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am
r34174c72 r3d34c50f 10 10 semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg13 12 include $(top_srcdir)/../../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../../automake/lib.am -
c/src/lib/libcpu/hppa1.1/timer/Makefile.am
r34174c72 r3d34c50f 10 10 timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg13 12 include $(top_srcdir)/../../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.