forked from Imagelibrary/rtems
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am, ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include compile.am
This commit is contained in:
@@ -12,6 +12,7 @@ X3c509_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
|||||||
H_FILES = 3c509.h elink.h
|
H_FILES = 3c509.h elink.h
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
|
||||||
|
ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
|
||||||
|
timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
|
||||||
|
compile.am
|
||||||
|
|
||||||
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* console/keyboard.h: Changed numerous routines from extern inline
|
* console/keyboard.h: Changed numerous routines from extern inline
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ C_FILES = ckinit.c rtc.c
|
|||||||
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ S_FILES = videoAsm.S
|
|||||||
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
|
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
|
||||||
$(RTEMS_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/%.h)
|
$(RTEMS_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/%.h)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ C_FILES = ne2000.c
|
|||||||
ne2000_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
ne2000_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
|
|||||||
OBJS = $(S_O_FILES)
|
OBJS = $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
|
|||||||
startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ S_FILES = timerisr.S
|
|||||||
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
|
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ C_FILES = wd8003.c
|
|||||||
wd8003_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
wd8003_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -14,10 +14,11 @@ BSP_FILES = startup clock console timer $(NETWORK)
|
|||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
|
||||||
$(wildcard ../../../../libcpu/i386/$(ARCH)/*.o)
|
$(wildcard ../../../../libcpu/i386/$(ARCH)/*.o)
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||||
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user