Minor fixes.
This commit is contained in:
parent
19bb0c3f38
commit
4f8ae1456d
|
@ -1,4 +1,4 @@
|
|||
build_target app
|
||||
build_target @NAME@
|
||||
|
||||
# make paths (this is for Gentoo in particular)
|
||||
build_dir_tree "${BINDIR}" || return 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
build_target app
|
||||
build_target @NAME@
|
||||
|
||||
# make paths (this is for Gentoo in particular)
|
||||
build_dir_tree "${BINDIR}" || return 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
build_target app
|
||||
build_target @NAME@
|
||||
|
||||
# make paths (this is for Gentoo in particular)
|
||||
build_dir_tree "${HEXDIR}" || return 1
|
||||
|
|
|
@ -6,7 +6,7 @@ if [ -z "${@NAME@_MONOLITHIC}" ]
|
|||
then
|
||||
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)"
|
||||
make_monolithic ${SRC} C || return 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue