aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/Build
diff options
context:
space:
mode:
authorJiri Olsa <[email protected]>2015-01-10 19:53:13 +0000
committerArnaldo Carvalho de Melo <[email protected]>2015-02-12 20:55:18 +0000
commit285a8f247b08c2aff83633fb82c217f91455d10b (patch)
tree4ed7e7481e12f97008c5a232abb64f0062fa2dff /tools/lib/api/Build
parenttools lib api: Use tools build framework (diff)
downloadkernel-285a8f247b08c2aff83633fb82c217f91455d10b.tar.gz
kernel-285a8f247b08c2aff83633fb82c217f91455d10b.zip
tools lib api: Rename libapikfs.a to libapi.a
Renaming libapikfs.a to libapi.a, because it's not just 'fs' specific library now. Signed-off-by: Jiri Olsa <[email protected]> Tested-by: Sukadev Bhattiprolu <[email protected]> Tested-by: Will Deacon <[email protected]> Cc: Alexis Berlemont <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Corey Ashford <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/lib/api/Build')
-rw-r--r--tools/lib/api/Build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/api/Build b/tools/lib/api/Build
index 64dd8d466d2c..3653965cf481 100644
--- a/tools/lib/api/Build
+++ b/tools/lib/api/Build
@@ -1,2 +1,2 @@
-libapikfs-y += fd/
-libapikfs-y += fs/
+libapi-y += fd/
+libapi-y += fs/