From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [PATCH v2] libfdt: Introduce libfdt shared library Date: Fri, 02 Jan 2009 09:38:47 -0600 Message-ID: References: <20090102132034.GB8954@zod.rchland.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20090102132034.GB8954-jnIq6iUNB1CO8iYQgJmm/0EOCMrvLtNR@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: Josh Boyer Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org > Build a libfdt shared library in addition to the existing .a that is > created. Symbol versioning is used from the libfdt/version.lds script. > > Signed-off-by: Josh Boyer > --- > Makefile | 15 ++++++++++++--- > libfdt/Makefile.libfdt | 1 + > tests/Makefile.tests | 4 ++-- > 3 files changed, 15 insertions(+), 5 deletions(-) Applied. Thanks, jdl