OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [sparc/] [erc32/] [wrapup/] [Makefile.am] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.10 2002/07/04 08:55:25 ralf Exp
3
##
4
 
5
# We only build the networking device driver if HAS_NETWORKING was defined
6
if HAS_NETWORKING
7
NETWORKING_DRIVER = erc32sonic
8
endif
9
 
10
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
11
# pieces to pick up out of libcpu/sparc
12
CPU_PIECES = cache reg_win syscall
13
 
14
# bummer; have to use $foreach since % pattern subst rules only replace 1x
15
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
16
    $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.o)
17
LIB = $(ARCH)/libbsp.a
18
 
19
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20
include $(top_srcdir)/../../../../../../automake/compile.am
21
include $(top_srcdir)/../../../../../../automake/lib.am
22
 
23
#
24
# (OPTIONAL) Add local stuff here using +=
25
#
26
 
27
$(LIB): $(OBJS)
28
        $(make-library)
29
 
30
all-local: $(ARCH) $(LIB)
31
 
32
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.