URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [Makefile.am] - Rev 414
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 11:59:36 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal# If we are building a "real" BSP, then we need to descend into the# appropriate CPU specific directory. The bare BSP is a special# case which can be built for any CPU and it resides at the same# level as the CPUs. If we are building the bare BSP, then descend# into that directory.SUBDIRS += shmdr @RTEMS_LIBBSP_CPU_SUBDIR@EXTRA_DIST = MERGE.PROCEDURE bsp.aminclude $(top_srcdir)/../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
