Skip to content

Commit b0af8fc

Browse files
committed
tipc: don't need custom CFLAGS
Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
1 parent 625df64 commit b0af8fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tipc/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ TIPCOBJ=bearer.o \
1010
peer.o tipc.o
1111

1212
TARGETS=tipc
13-
CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)
14-
LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs)
1513

1614
endif
1715

0 commit comments

Comments
 (0)