diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-09-21 09:47:35 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-21 23:23:23 +0900 |
commit | fe571d436acf6e03284406a4793465dcc7450fcb (patch) | |
tree | d3d98fb02d09f24b67f850b6659a6403ebdbe252 /.gitignore | |
parent | da34ca7e7ca4a26d01da047caf8a91ab97a26c10 (diff) | |
download | connman-fe571d436acf6e03284406a4793465dcc7450fcb.tar.gz connman-fe571d436acf6e03284406a4793465dcc7450fcb.tar.bz2 connman-fe571d436acf6e03284406a4793465dcc7450fcb.zip |
Simplify linker script
Version linker scripts support function names and globs, so there's no
need to rely on nm tool to gather the exported symbols.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,8 +29,6 @@ include/connman include/version.h src/builtin.h src/connmand -src/connman.exp -src/connman.ver src/connman.conf src/connman.service src/*-connman.rules |