From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Don't include libfdt in global LDFLAGS In-Reply-To: Your message of "Fri, 02 Nov 2007 15:15:17 +1100." <20071102041517.GJ19839@localhost.localdomain> References: <20071102041517.GJ19839@localhost.localdomain> Date: Mon, 05 Nov 2007 08:54:20 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > Remove the uneccessary LDFLAGS from the top-level makefile. It only > added libfdt/ to the link path. dtc doesn't need libfdt at all, and > the testcases which do, already link libfdt.a by explicit path. > > Signed-off-by: David Gibson Applied. jdl