From bf141b96cda8affecf7404198f72c08c8c2c542e Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 2 Nov 2007 15:15:17 +1100 Subject: [PATCH] dtc: Don't include libfdt in global LDFLAGS 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 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 84f0efe..5e1f05d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,6 @@ CONFIG_LOCALVERSION = CPPFLAGS = -I libfdt CFLAGS = -Wall -g -Os -LDFLAGS = -Llibfdt BISON = bison LEX = flex