4.104.114.84.95
Last change
on this file since 0308c805 was
0308c805,
checked in by Joel Sherrill <joel.sherrill@…>, on Aug 21, 2002 at 5:41:26 PM
|
2002-08-21 Joel Sherrill <joel@…>
- wrapup/Makefile.am: PR217 required that the idle task be moved to
libcpu so it could be more acutely aware of the CPU model. This
file was modified to pick up the idle task from there.
|
-
Property mode set to
100644
|
File size:
656 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | BSP_PIECES = startup clock console timer |
---|
6 | |
---|
7 | # bummer; have to use $foreach since % pattern subst rules only replace 1x |
---|
8 | OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ |
---|
9 | $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) |
---|
10 | LIB = $(ARCH)/libbsp.a |
---|
11 | |
---|
12 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
13 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
14 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
15 | |
---|
16 | # |
---|
17 | # (OPTIONAL) Add local stuff here using += |
---|
18 | # |
---|
19 | |
---|
20 | $(LIB): $(OBJS) |
---|
21 | $(make-library) |
---|
22 | |
---|
23 | all-local: $(ARCH) $(LIB) |
---|
24 | |
---|
25 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.