From: Pavel Pisa Date: Sat, 5 Sep 2015 09:31:26 +0000 (+0200) Subject: RTEMS rules: correct cleanup and documentation for embedded tar files. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/6a298fcbdc16de010ba08ccac97423d6d13dab1f RTEMS rules: correct cleanup and documentation for embedded tar files. Signed-off-by: Pavel Pisa --- diff --git a/snippets/rtems.omk b/snippets/rtems.omk index 8ba457c..b0de048 100644 --- a/snippets/rtems.omk +++ b/snippets/rtems.omk @@ -12,7 +12,7 @@ # 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 +# xxx_EMBEDTARFILES .. list of source subdirectories which are embedded as tar files to the application # xxx_EXPORTSYMBOLS .. if "y" then include symbol table in the application for dlopen functionality include $(RTEMS_MAKEFILE_PATH)/Makefile.inc @@ -369,7 +369,9 @@ clean-local:: $(USER_OBJS_DIR)/*.d \ $(USER_OBJS_DIR)/*.map \ $(LOCAL_CONFIG_H:%=$(USER_OBJS_DIR)/%) \ - $(tar_EMBEDFILES:%=$(USER_OBJS_DIR)/%_tarfile) + $(USER_OBJS_DIR)/*_tarfile \ + $(USER_OBJS_DIR)/*.prelink \ + $(USER_OBJS_DIR)/*.tmp default: include-pass library-pass binary-pass