X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/blobdiff_plain/eb799a8c46535c95c2be95d89e296c88271350c5..c58097452ae99625405af4a4636e10e6e003530b:/snippets/linux diff --git a/snippets/linux b/snippets/linux index f79f758..61b9928 100644 --- a/snippets/linux +++ b/snippets/linux @@ -671,13 +671,13 @@ check-dir: install-local: # TODO -include-pass-local: $(include_GEN_HEADERS) - $(call include-pass-template,$(USER_INCLUDE_DIR),include) - $(call include-pass-template,$(KERN_INCLUDE_DIR),kernel) +$(eval $(call include-pass-template,$(USER_INCLUDE_DIR),include)) +$(eval $(call include-pass-template,$(KERN_INCLUDE_DIR),kernel)) ifeq ($(CONFIG_RTLINUX),y) - $(call include-pass-template,$(KERN_INCLUDE_DIR),rtlinux) +$(eval $(call include-pass-template,$(KERN_INCLUDE_DIR),rtlinux)) endif + ifdef USER_RULE_TEMPLATES # User-space static libraries and applications object files