Move RTEMS location declaration to user-editable configure/RELEASE file.

This commit is contained in:
W. Eric Norum
2005-02-16 19:01:37 +00:00
parent b916c750d7
commit d76a8e01c7
2 changed files with 5 additions and 5 deletions

View File

@@ -18,6 +18,11 @@
VX_DIR = /usr/local/vw/tornado202p1
#VX_DIR = /usr/local/vw/tornado22-$(ARCH_CLASS)
#-------------------------------------------------------
# Where to find RTEMS
RTEMS_BASE=/usr/local/rtems/rtems-4.7
RTEMS_VERSION=4.7
# If you don't want to install into $(TOP) dir then
# define INSTALL_LOCATION here
#INSTALL_LOCATION=<fullpathname>

View File

@@ -13,11 +13,6 @@
#-------------------------------------------------------
#
#-------------------------------------------------------
# Where to find RTEMS
RTEMS_BASE=/usr/local/rtems/rtems-4.7
RTEMS_VERSION=4.7
#-------------------------------------------------------
# RTEMS tools are similar to UNIX tools
-include $(CONFIG)/os/CONFIG.Common.UnixCommon