Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

which adds automake support to libbsp/bare.
This commit is contained in:
Joel Sherrill
1999-12-13 15:57:41 +00:00
parent d16faa2e60
commit fa178d4926
2 changed files with 11 additions and 4 deletions

View File

@@ -20,5 +20,11 @@ AC_SUBST(INSTALL_CHANGE)
PACKHEX="\$(PROJECT_ROOT)/tools/build/packhex"
AC_SUBST(PACKHEX)
PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
AC_SUBST(PROJECT_INCLUDE)
PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP"
AC_SUBST(PROJECT_RELEASE)
])