]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - bridge/Makefile
tc/pedit: Fix wrong pedit ipv6 structure id
[mirror_iproute2.git] / bridge / Makefile
index fa448ea2e4fa83c268d84e1ee80adc9460ac6d08..c6b7d08dade4d454d83798602107bfebb64f4dfb 100644 (file)
@@ -1,15 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
 BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
 
-include ../Config
-
-ifeq ($(IP_CONFIG_SETNS),y)
-       CFLAGS += -DHAVE_SETNS
-endif
-
-ifeq ($(HAVE_MNL),y)
-       CFLAGS += -DHAVE_LIBMNL $(shell $(PKG_CONFIG) libmnl --cflags)
-       LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs)
-endif
+include ../config.mk
 
 all: bridge