Minor fixes.

This commit is contained in:
Laurence Withers 2006-07-25 10:08:26 +01:00
parent 19bb0c3f38
commit 4f8ae1456d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
build_target app build_target @NAME@
# make paths (this is for Gentoo in particular) # make paths (this is for Gentoo in particular)
build_dir_tree "${BINDIR}" || return 1 build_dir_tree "${BINDIR}" || return 1

View File

@ -1,4 +1,4 @@
build_target app build_target @NAME@
# make paths (this is for Gentoo in particular) # make paths (this is for Gentoo in particular)
build_dir_tree "${BINDIR}" || return 1 build_dir_tree "${BINDIR}" || return 1

View File

@ -1,4 +1,4 @@
build_target app build_target @NAME@
# make paths (this is for Gentoo in particular) # make paths (this is for Gentoo in particular)
build_dir_tree "${HEXDIR}" || return 1 build_dir_tree "${HEXDIR}" || return 1

View File

@ -6,7 +6,7 @@ if [ -z "${@NAME@_MONOLITHIC}" ]
then then
SRC="obj/@NAME@.c" SRC="obj/@NAME@.c"
MONOLITHIC_TESTS="src/@NAME@/build.app src/@NAME@/build.monolithic" MONOLITHIC_TESTS="src/@NAME@/build.firmware src/@NAME@/build.monolithic"
MONOLITHIC_SOURCE="$(echo src/@NAME@/TopHeader.h) $(echo src/@NAME@/TopSource.c)" MONOLITHIC_SOURCE="$(echo src/@NAME@/TopHeader.h) $(echo src/@NAME@/TopSource.c)"
make_monolithic ${SRC} C || return 1 make_monolithic ${SRC} C || return 1