]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - packages/ti/sdo/utils/Build.xdc
Fixed kepler build error.
[ipc/ipcdev.git] / packages / ti / sdo / utils / Build.xdc
index 10129dca8501827425d3cf1d956288017f19547f..86ea6cd07f903b43862a7f845dec3b481dc22644 100644 (file)
 metaonly module Build
 {
 
+    /*!
+     *  ======== doBuild ========
+     */
+    config Bool doBuild = true;
+
     /*!
      *  ======== libDir ========
      */
-    metaonly config String libDir = null;
+    config String libDir = null;
 
     /*!
      *  ======== getDefs ========
      *  Get the compiler -D options necessary to build
      */
-    metaonly String getDefs();
+    String getDefs();
 
     /*!
      *  ======== getCFiles ========
      *  Get the library C source files.
      */
-    metaonly String getCFiles(String target);
+    String getCFiles(String target);
 
     /*!
      *  ======== getAsmFiles ========
      *  Get the library Asm source files.
      */
-    metaonly Any getAsmFiles(String target);
+    Any getAsmFiles(String target);
 
     /*
      *  ======== buildLibs ========