forked from Imagelibrary/rtems
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_CHECK_CUSTOM_BSP. * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. * milli/Makefile.am: Ditto. * semaphore/Makefile.am: Ditto. * timer/Makefile.am: Ditto.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2002-12-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: RTEMS_CHECK_CUSTOM_BSP.
|
||||
* clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* milli/Makefile.am: Ditto.
|
||||
* semaphore/Makefile.am: Ditto.
|
||||
* timer/Makefile.am: Ditto.
|
||||
|
||||
2002-12-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* milli/milli.S: Per PR329, use GNU binutils assembler directives.
|
||||
|
||||
@@ -9,7 +9,6 @@ C_FILES = clock.c
|
||||
|
||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
|
||||
|
||||
@@ -25,8 +25,6 @@ RTEMS_PROG_CC_FOR_TARGET
|
||||
RTEMS_CANONICALIZE_TOOLS
|
||||
RTEMS_PROG_CCAS
|
||||
|
||||
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
clock/Makefile
|
||||
|
||||
@@ -9,7 +9,6 @@ S_FILES = milli.S
|
||||
|
||||
milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ C_FILES = semaphore.c
|
||||
|
||||
semaphore_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ C_FILES = timer.c
|
||||
|
||||
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
|
||||
|
||||
Reference in New Issue
Block a user