commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / net / bridge / Makefile
index d86edb7..a337e60 100644 (file)
@@ -8,6 +8,9 @@ bridge-y        := br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \
                        br_ioctl.o br_notify.o br_stp.o br_stp_bpdu.o \
                        br_stp_if.o br_stp_timer.o
 
+# br_netfilter only deals with IPv4 and ARP filtering, both are INET protocols
+ifeq ($(CONFIG_INET),y)
 bridge-$(CONFIG_NETFILTER)     += br_netfilter.o
+endif
 
 obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/