commit | bf141b96cda8affecf7404198f72c08c8c2c542e | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Fri Nov 02 15:15:17 2007 +1100 |
committer | Jon Loeliger <jdl@freescale.com> | Mon Nov 05 08:40:52 2007 -0600 |
tree | 76fe9224a6606188ff38718be04a8bc91d69b4bc | |
parent | 2f1ccc36f478d0cdb55666eb62ae6a338751be9c [diff] |
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>