]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0079.git/blob - EC_Master_SysBios_Am572x/Workspace/SYSBIOS_AM57xx/EcMasterDemo/Debug/configPkg/package.xs
EC-Mater + TTS (PDK1.0.6 PSDK3.3.0.4)
[apps/tidep0079.git] / EC_Master_SysBios_Am572x / Workspace / SYSBIOS_AM57xx / EcMasterDemo / Debug / configPkg / package.xs
1 /* THIS IS A GENERATED FILE -- DO NOT EDIT */
3 /* return the names of the generated config objects */
4 function getLibs(prog) {
5     /* for programs, push the generated config object file into the
6      * generated linker command file.
7      */
8     /* replace the last period in the name by an underscore */
9     var name = "package/cfg/" + prog.name.replace(/\.([^.]*)$/, "_$1");
10     /* base is a hack until we add cfgName to Program */
11     var base = "package/cfg/" + prog.name.replace(/\.([^.]*)$/, "");
12     var suffix = prog.build.target.suffix;
14     var libs = [
15 //        name + '.o' + suffix, 
16         base + '_p' + suffix + '.o' + suffix
17     ];
19     return libs.join(';');
20 }