Browse Source

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>
main
David Gibson 17 years ago committed by Jon Loeliger
parent
commit
bf141b96cd
  1. 1
      Makefile

1
Makefile

@ -17,7 +17,6 @@ CONFIG_LOCALVERSION = @@ -17,7 +17,6 @@ CONFIG_LOCALVERSION =

CPPFLAGS = -I libfdt
CFLAGS = -Wall -g -Os
LDFLAGS = -Llibfdt

BISON = bison
LEX = flex

Loading…
Cancel
Save