2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
This commit is contained in:
Joel Sherrill
2000-09-05 15:59:25 +00:00
parent 4adcc2cfa6
commit 73b4857040
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* reg_win/Makefile.am, syscall/Makefile.am: Include compile.am
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -10,6 +10,7 @@ S_FILES = window.S
reg_win_rel_OBJECTS = $(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

@@ -14,6 +14,7 @@ H_FILES = syscall.h
syscall_rel_OBJECTS = $(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
#