mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 04:35:38 +08:00
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
|
||||
|
||||
2001-04-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/confdefs.h: Fix real-time clock support.
|
||||
|
||||
@@ -9,6 +9,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||
|
||||
## FIXME: Is this used anywhere?
|
||||
ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
@@ -23,8 +26,6 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
|
||||
|
||||
.PRECIOUS: $(PGMS)
|
||||
|
||||
@@ -9,6 +9,9 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
|
||||
|
||||
## FIXME: Is this used anywhere?
|
||||
ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../automake/lib.am
|
||||
@@ -23,8 +26,6 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
|
||||
|
||||
.PRECIOUS: $(PGMS)
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
|
||||
|
||||
2001-04-16 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/confdefs.h: Fix real-time clock support.
|
||||
|
||||
Reference in New Issue
Block a user