forked from Imagelibrary/rtems
2002-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES. * reg_win/Makefile.am: Don't include @RTEMS_BSP@.cfg. * syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* cache/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
Eliminate *_O_FILES.
|
||||
* reg_win/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
* syscall/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||
|
||||
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
|
||||
|
||||
5
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
5
c/src/lib/libcpu/sparc/cache/Makefile.am
vendored
@@ -6,16 +6,13 @@
|
||||
VPATH = @srcdir@:@srcdir@/../../shared/src
|
||||
|
||||
C_FILES = cache.c cache_aligned_malloc.c cache_manager.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
include_libcpudir = $(includedir)/libcpu
|
||||
|
||||
include_libcpu_HEADERS = cache.h
|
||||
noinst_HEADERS = cache_.h
|
||||
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../automake/lib.am
|
||||
|
||||
|
||||
Reference in New Issue
Block a user