4.104.114.84.95
Last change
on this file since f79ea0b was
f79ea0b,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:57:55
|
2003-12-03 Ralf Corsepius <corsepiu@…>
- Makefile.am: Cosmetics.
- console/Makefile.am: Cosmetics.
- i2c/Makefile.am: Cosmetics.
- nvram/Makefile.am: Cosmetics.
- start/Makefile.am: Cosmetics.
- startup/Makefile.am: Cosmetics.
- tod/Makefile.am: Cosmetics.
- wrapup/Makefile.am: Cosmetics.
|
-
Property mode set to
100644
|
File size:
892 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | BSP_PIECES = startup console i2c tod nvram |
---|
6 | |
---|
7 | CPU_PIECES = clock console timer mbus |
---|
8 | |
---|
9 | # bummer; have to use $foreach since % pattern subst rules only replace 1x |
---|
10 | OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard \ |
---|
11 | ../$(piece)/$(ARCH)/*.$(OBJEXT))) $(wildcard \ |
---|
12 | ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ |
---|
13 | $(foreach piece, $(CPU_PIECES), $(wildcard \ |
---|
14 | ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)) \ |
---|
15 | $(wildcard \ |
---|
16 | ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) |
---|
17 | LIB = $(ARCH)/libbsp.a |
---|
18 | |
---|
19 | include $(top_srcdir)/../../../../automake/compile.am |
---|
20 | include $(top_srcdir)/../../../../automake/lib.am |
---|
21 | |
---|
22 | # |
---|
23 | # (OPTIONAL) Add local stuff here using += |
---|
24 | # |
---|
25 | |
---|
26 | $(LIB): $(OBJS) |
---|
27 | $(make-library) |
---|
28 | |
---|
29 | all: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) |
---|
30 | |
---|
31 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.