source: rtems/c/src/lib/libbsp/Makefile.in @ bd9c3d1

4.104.114.84.95
Last change on this file since bd9c3d1 was 22764c0c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 19:53:16

Corrected comment

  • Property mode set to 100644
File size: 466 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
12include $(RTEMS_ROOT)/make/directory.cfg
13
14# shmdr is a portable shared memory MPCI layer
15# We only build it if HAS_MP was defined
16MP_DRIVERS_yes_V = shmdr
17MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_V)
18 
19# Descend into the $(RTEMS_CPU) directory if it exists
20SUB_DIRS=$(MP_DRIVERS) $(wildcard $(RTEMS_CPU))
Note: See TracBrowser for help on using the repository browser.