summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/cache
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-15 12:25:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-15 12:25:10 +0000
commit752f74c57c086b288dfab76330cfe024be9d35a4 (patch)
treeec1fba1354962916c9aacaee58e315ea6e7ff95b /c/src/lib/libcpu/sparc/cache
parent2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-752f74c57c086b288dfab76330cfe024be9d35a4.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libcpu/sparc/cache')
-rw-r--r--c/src/lib/libcpu/sparc/cache/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libcpu/sparc/cache/Makefile.am b/c/src/lib/libcpu/sparc/cache/Makefile.am
index 0c4a9ca6ca..31cc733c61 100644
--- a/c/src/lib/libcpu/sparc/cache/Makefile.am
+++ b/c/src/lib/libcpu/sparc/cache/Makefile.am
@@ -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