Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752140Ab0HYPiF (ORCPT ); Wed, 25 Aug 2010 11:38:05 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:37378 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752035Ab0HYPiC (ORCPT ); Wed, 25 Aug 2010 11:38:02 -0400 Date: Wed, 25 Aug 2010 08:37:05 -0700 From: Randy Dunlap To: aijazbaig1@gmail.com Cc: brgerst@gmail.com, peterz@infradead.org, jengelh@medozas.de, netfilter-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Fwd: help needed with EXPORT_SYMBOL Message-Id: <20100825083705.35a6195f.randy.dunlap@oracle.com> In-Reply-To: <1282728478.17044.22.camel@aijazbaig1-desktop> References: <1282373834.4080.79.camel@aijazbaig1-desktop> <1282540448.4080.86.camel@aijazbaig1-desktop> <1282569477.2605.1798.camel@laptop> <1282572346.2605.1856.camel@laptop> <1282625054.4080.152.camel@aijazbaig1-desktop> <1282728478.17044.22.camel@aijazbaig1-desktop> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 797 Lines: 23 On Wed, 25 Aug 2010 14:57:58 +0530 Aijaz Baig wrote: > By the way Jan I couldnt find bridge.c although there is an object file > called bridge.o within /net/bridge. Nonetheless, I did check See net/bridge/Makefile: obj-$(CONFIG_BRIDGE) += bridge.o 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_netlink.o and see Documentation/kbuild/makefiles.txt. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/