4.104.114.84.95
Last change
on this file since 19ca797 was
19ca797,
checked in by Joel Sherrill <joel.sherrill@…>, on 10/04/99 at 20:41:28
|
Motorola MVME2307 BSP submitted by Jay Kulpinski <jskulpin@…>.
No modifications made.
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | top_srcdir = @top_srcdir@ |
---|
8 | top_builddir = ../../.. |
---|
9 | subdir = libbsp/powerpc/mvme2307 |
---|
10 | |
---|
11 | RTEMS_ROOT = @RTEMS_ROOT@ |
---|
12 | PROJECT_ROOT = @PROJECT_ROOT@ |
---|
13 | |
---|
14 | VPATH = @srcdir@ |
---|
15 | |
---|
16 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
17 | include $(RTEMS_ROOT)/make/directory.cfg |
---|
18 | |
---|
19 | INSTALL_CHANGE = @INSTALL_CHANGE@ |
---|
20 | |
---|
21 | SRCS=README |
---|
22 | |
---|
23 | all: $(SRCS) |
---|
24 | |
---|
25 | # shmsupp augments shmdr -- the portable shared memory MPCI layer |
---|
26 | # We only build it if HAS_MP was defined |
---|
27 | MP_DRIVERS_yes_V = shmsupp |
---|
28 | MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_V) |
---|
29 | |
---|
30 | # We only build the Network library if HAS_NETWORKING was defined |
---|
31 | NETWORK_yes_V = network |
---|
32 | NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) |
---|
33 | |
---|
34 | # wrapup is the one that actually builds and installs the library |
---|
35 | # from the individual .rel files built in other directories |
---|
36 | SUB_DIRS=include clock console startup boot $(MP_DRIVERS) \ |
---|
37 | nvram timer pci $(NETWORK) wrapup |
---|
38 | |
---|
39 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
40 | cd $(top_builddir) \ |
---|
41 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
Note: See
TracBrowser
for help on using the repository browser.