source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in @ fb16fed

4.104.114.84.95
Last change on this file since fb16fed was 5a820308, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/99 at 13:42:34

Modification from Emmanuel Raguet <raguet@…> to merge the
dec21140 drivers from the i386/pc386 and powerpc/mcp750 (all Motorola
PowerPC boards) and move the network driver to libchip. This driver
should work on all PCI based uses of this chip.

  • Property mode set to 100644
File size: 741 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../..
9subdir = powerpc/mcp750
10
11RTEMS_ROOT = @RTEMS_ROOT@
12PROJECT_ROOT = @PROJECT_ROOT@
13
14VPATH = @srcdir@
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(RTEMS_ROOT)/make/directory.cfg
18
19INSTALL_CHANGE = @INSTALL_CHANGE@
20
21SRCS = README
22
23all: $(SRCS)
24
25# wrapup is the one that actually builds and installs the library
26#  from the individual .rel files built in other directories
27SUBDIRS = clock console include pci residual openpic irq vectors start \
28    startup bootloader motorola wrapup
29
30Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
31        cd $(top_builddir) \
32         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.