forked from Imagelibrary/rtems
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg. * sci/Makefile.am: Ditto. * score/Makefile.am: Ditto. * timer/Makefile.am: Ditto. * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* clock/Makefile.am: Eliminate *_O_FILES.
|
||||||
|
Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* sci/Makefile.am: Ditto.
|
||||||
|
* score/Makefile.am: Ditto.
|
||||||
|
* timer/Makefile.am: Ditto.
|
||||||
|
* configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
|
||||||
|
|
||||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||||
|
|||||||
@@ -6,11 +6,8 @@
|
|||||||
PGM = $(ARCH)/clock.rel
|
PGM = $(ARCH)/clock.rel
|
||||||
|
|
||||||
C_FILES = ckinit.c
|
C_FILES = ckinit.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../../../../automake/compile.am
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
|||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
clock/Makefile
|
clock/Makefile
|
||||||
include/Makefile
|
|
||||||
score/Makefile
|
score/Makefile
|
||||||
sci/Makefile
|
sci/Makefile
|
||||||
timer/Makefile])
|
timer/Makefile])
|
||||||
|
|||||||
Reference in New Issue
Block a user