summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-03-20 08:05:07 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2015-03-20 20:55:04 +0100
commitf5c74abc9fbbe8fc652a85801a87073d40a79b2d (patch)
tree264481f99211171f2e409029e07c47d264ae07aa /bin
parent39c1c3584e6f730c4f78541e259c49fdea5cb428 (diff)
Remove library urelibs. It was more just a temporary hack and is not used.
Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c
Diffstat (limited to 'bin')
-rwxr-xr-xbin/module-deps.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/module-deps.pl b/bin/module-deps.pl
index edf597da28c5..08126d07d936 100755
--- a/bin/module-deps.pl
+++ b/bin/module-deps.pl
@@ -166,7 +166,6 @@ sub create_lib_module_map()
my %l2m;
# hardcode the libs that don't have a directory
$l2m{'merged'} = 'merged';
- $l2m{'urelibs'} = 'urelibs';
for (glob($src_root."/*/Library_*.mk"))
{