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:
Joel Sherrill
2000-09-05 15:42:23 +00:00
parent 743d9548a1
commit a541707483
10 changed files with 18 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ X3c509_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
H_FILES = 3c509.h elink.h
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -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>
* console/keyboard.h: Changed numerous routines from extern inline

View File

@@ -10,6 +10,7 @@ C_FILES = ckinit.c rtc.c
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -17,10 +17,10 @@ S_FILES = videoAsm.S
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
$(RTEMS_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/%.h)
#

View File

@@ -10,6 +10,7 @@ C_FILES = ne2000.c
ne2000_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -12,6 +12,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
OBJS = $(S_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -20,6 +20,7 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
startup_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -11,6 +11,7 @@ S_FILES = timerisr.S
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -10,6 +10,7 @@ C_FILES = wd8003.c
wd8003_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#

View File

@@ -18,6 +18,7 @@ OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
LIB = $(ARCH)/libbsp.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../../automake/compile.am
include $(top_srcdir)/../../../../../../automake/lib.am
#