From: Serhey Popovych <serhe.popovych@gmail.com>
To: netdev@vger.kernel.org
Cc: dsahern@gmail.com
Subject: [PATCH iproute2-next v4 6/9] lib: Correct object file dependencies
Date: Thu, 15 Feb 2018 20:34:05 +0200 [thread overview]
Message-ID: <1518719648-30134-7-git-send-email-serhe.popovych@gmail.com> (raw)
In-Reply-To: <1518719648-30134-1-git-send-email-serhe.popovych@gmail.com>
Neither internal libnetlink nor libgenl depends on ll_map.o: prepare for
upcoming changes that brings much more cleaner dependency between
utils.o and ll_map.o.
Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
---
lib/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Makefile b/lib/Makefile
index 7b34ed5..bab8cbf 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -3,11 +3,11 @@ include ../config.mk
CFLAGS += -fPIC
-UTILOBJ = utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o \
+UTILOBJ = utils.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o \
inet_proto.o namespace.o json_writer.o json_print.o \
names.o color.o bpf.o exec.o fs.o
-NLOBJ=libgenl.o ll_map.o libnetlink.o
+NLOBJ=libgenl.o libnetlink.o
all: libnetlink.a libutil.a
--
1.7.10.4
next prev parent reply other threads:[~2018-02-15 18:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 18:33 [PATCH iproute2-next v4 0/9] ipaddress: Make print_linkinfo_brief() static Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 1/9] ipaddress: Abstract IFA_LABEL matching code Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 2/9] ipaddress: ll_map: Replace ll_idx_n2a() with ll_index_to_name() Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 3/9] utils: Reimplement ll_idx_n2a() and introduce ll_idx_a2n() Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 4/9] ipaddress: Improve print_linkinfo() Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 5/9] ipaddress: Simplify print_linkinfo_brief() and it's usage Serhey Popovych
2018-02-15 18:34 ` Serhey Popovych [this message]
2018-02-15 18:34 ` [PATCH iproute2-next v4 7/9] utils: Introduce and use get_ifname_rta() Serhey Popovych
2018-02-15 19:54 ` David Ahern
2018-02-15 21:25 ` Serhey Popovych
2018-02-15 18:34 ` [PATCH iproute2-next v4 8/9] utils: Introduce and use print_name_and_link() to print name@link Serhey Popovych
2018-02-15 18:59 ` Stephen Hemminger
2018-02-15 19:27 ` David Ahern
2018-02-15 18:34 ` [PATCH iproute2-next v4 9/9] ipaddress: Make print_linkinfo_brief() static Serhey Popovych
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518719648-30134-7-git-send-email-serhe.popovych@gmail.com \
--to=serhe.popovych@gmail.com \
--cc=dsahern@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).