From 183d33d23803786cbc842a71e79746fc95371a37 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Thu, 1 Feb 2018 01:51:39 +0000 Subject: [PATCH] libqrtr: Rename libqrtr.c for the purpose of symmetry Signed-off-by: Bjorn Andersson --- Makefile | 2 +- lib/{libqrtr.c => qrtr.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{libqrtr.c => qrtr.c} (100%) diff --git a/Makefile b/Makefile index 4f21cf6..2fa026f 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(proj)-lookup-srcs := \ $(proj)-lookup-cflags := -Ilib lib$(proj).so-srcs := \ - lib/libqrtr.c \ + lib/qrtr.c \ lib/qmi.c lib$(proj).so-cflags := -fPIC -Isrc diff --git a/lib/libqrtr.c b/lib/qrtr.c similarity index 100% rename from lib/libqrtr.c rename to lib/qrtr.c