Files
rtems/make/Makefile.am
Joel Sherrill ab7cf7ed7e 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, custom/simsh4.cfg: Recognize the the GDB SuperH
	simulator is just an architectural simulator and does not include
	devices. Rename existing simulator BSP configurations to simsh1 and
	simsh2 and add simsh4.
	* custom/simsh1.cfg, custom/simsh2.cfg: New files.
	* custom/shsim.cfg, custom/simsh7032.cfg, custom/simsh7045.cfg: Removed.
2008-09-25 19:34:21 +00:00

40 lines
1.4 KiB
Makefile

##
## $Id$
##
rtems_makedir = $(prefix)/make
dist_rtems_make_DATA = main.cfg leaf.cfg
EXTRA_DIST = host.cfg.in
rtems_make_Templatesdir = $(rtems_makedir)/Templates
dist_rtems_make_Templates_DATA = Templates/Makefile.dir \
Templates/Makefile.leaf Templates/Makefile.lib
EXTRA_DIST += compilers/gcc-no_bsp.cfg \
compilers/gcc-target-default.cfg
rtems_make_customdir = $(rtems_makedir)/custom
dist_rtems_make_custom_DATA = custom/default.cfg
EXTRA_DIST += custom/Cygwin-posix.cfg custom/FreeBSD-posix.cfg \
custom/HPUX9-posix.cfg custom/Linux-posix.cfg custom/Solaris-posix.cfg \
custom/bare.cfg custom/ep1a.cfg custom/erc32.cfg custom/gen68302.cfg \
custom/gen68340.cfg custom/gen68360.cfg custom/gen68360_040.cfg \
custom/uC5282.cfg custom/gba.cfg \
custom/gensh1.cfg custom/helas403.cfg custom/i386ex.cfg custom/idp.cfg \
custom/jmr3904.cfg custom/leon2.cfg custom/mcp750.cfg \
custom/mvme136.cfg custom/mvme147.cfg custom/mvme147s.cfg \
custom/mvme162.cfg custom/mvme162lx.cfg custom/mvme167.cfg \
custom/mvme2100.cfg custom/mvme2307.cfg custom/no_bsp.cfg \
custom/nios2_iss.cfg \
custom/ods68302.cfg custom/pc386.cfg custom/posix.cfg \
custom/psim.cfg custom/rtl22xx.cfg custom/score603e.cfg \
custom/simsh1.cfg custom/simsh2.cfg custom/simsh4.cfg \
custom/ts_386ex.cfg custom/nds.cfg custom/smdk2410.cfg
include $(top_srcdir)/automake/host.am