mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-16 06:25:35 +08:00
tipc: don't need custom CFLAGS
Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
625df645b7
commit
b0af8fc1aa
@ -10,8 +10,6 @@ TIPCOBJ=bearer.o \
|
||||
peer.o tipc.o
|
||||
|
||||
TARGETS=tipc
|
||||
CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)
|
||||
LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs)
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user