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:
Stephen Hemminger 2017-10-11 10:35:00 -07:00
parent 625df645b7
commit b0af8fc1aa

View File

@ -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