X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/c30662736a3b80fabf9982501c82b505f0c230e5..c58097452ae99625405af4a4636e10e6e003530b:/snippets/rtems diff --git a/snippets/rtems b/snippets/rtems index e2e5b96..9a51b2c 100644 --- a/snippets/rtems +++ b/snippets/rtems @@ -10,6 +10,7 @@ # utils_PROGRAMS .. list of the development utility programs # test_PROGRAMS .. list of the test programs # xxx_SOURCES .. list of specific target sources +# xxx_LIBS .. list of specific target libraries # INCLUDES .. additional include directories and defines for user-space # tar_EMBEDFILES .. list of tars with embedded files @@ -303,8 +304,7 @@ check-dir: @$(call mkdir_def,$(USER_UTILS_DIR)) @$(call mkdir_def,$(USER_TESTS_DIR)) -include-pass-local: - $(call include-pass-template,$(USER_INCLUDE_DIR),include) +$(eval $(call include-pass-template,$(USER_INCLUDE_DIR),include)) ifdef USER_RULE_TEMPLATES