summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-11-02 15:15:17 +1100
committerJon Loeliger <jdl@freescale.com>2007-11-05 08:40:52 -0600
commitbf141b96cda8affecf7404198f72c08c8c2c542e (patch)
tree76fe9224a6606188ff38718be04a8bc91d69b4bc /Makefile
parent2f1ccc36f478d0cdb55666eb62ae6a338751be9c (diff)
downloaddtc-bf141b96cda8affecf7404198f72c08c8c2c542e.tar.gz
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 <david@gibson.dropbear.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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