dtc: Don't include libfdt in global LDFLAGS
From: David Gibson <hidden>
Date: 2007-11-02 04:15:17
From: David Gibson <hidden>
Date: 2007-11-02 04:15:17
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 <redacted> Index: dtc/Makefile ===================================================================
--- dtc.orig/Makefile 2007-11-02 15:06:24.000000000 +1100
+++ dtc/Makefile 2007-11-02 15:06:30.000000000 +1100@@ -17,7 +17,6 @@ CONFIG_LOCALVERSION = CPPFLAGS = -I libfdt CFLAGS = -Wall -g -Os -LDFLAGS = -Llibfdt BISON = bison LEX = flex
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson