]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0079.git/blobdiff - EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/configPkg/config.bld
Corrected linux makefiles - Postbuild step
[apps/tidep0079.git] / EC_Master_SysBios_Am572x / Workspace / SYSBIOS_AM57xx / EcMasterDemo / Release / configPkg / config.bld
diff --git a/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/configPkg/config.bld b/EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Release/configPkg/config.bld
deleted file mode 100644 (file)
index ce2dd03..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* THIS IS A GENERATED FILE -- DO NOT EDIT */
-
-/* configuro was passed a config.bld file */
-xdc.includeFile("C:/TI/pdk_am57xx_1_0_10/packages/ti/build/am572x/config_am572x_a15.bld");
-var target;    /* the target used for this build */
-
-/* configuro was passed the target's name explicitly */
-try {
-    target = xdc.module('gnu.targets.arm.A15F');
-}
-catch (e) {
-    throw new Error("Can't find the target named '" + 'gnu.targets.arm.A15F'
-                    + "' along the path '" + environment["xdc.path"]
-                    + "': please check the spelling of the target's name and that it exists along this path.");
-}
-if (!(target instanceof xdc.module("xdc.bld.ITarget").Module)) {
-    throw new Error("The module named 'gnu.targets.arm.A15F' exists but it's not a target: please check the spelling of the target's name");
-}
-
-/* configuro was passed the target's rootDir explicitly */
-target.rootDir = 'C:/ti/gcc-arm-none-eabi-6-2017-q1-update';
-
-Build.targets = [target];