source: rtems/c/src/lib/libbsp/i386/Makefile.in @ 3473f605

4.104.114.84.95
Last change on this file since 3473f605 was f80faeb, checked in by Joel Sherrill <joel.sherrill@…>, on 08/27/97 at 20:33:11

Modified to support the BSP family concept.

  • Property mode set to 100644
File size: 230 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
13# Descend into the $(RTEMS_BSP_FAMILY) directory
14SUB_DIRS=$(RTEMS_BSP_FAMILY)
Note: See TracBrowser for help on using the repository browser.