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>
This commit is contained in:
parent
2f1ccc36f4
commit
bf141b96cd
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -17,7 +17,6 @@ CONFIG_LOCALVERSION =
|
|||
|
||||
CPPFLAGS = -I libfdt
|
||||
CFLAGS = -Wall -g -Os
|
||||
LDFLAGS = -Llibfdt
|
||||
|
||||
BISON = bison
|
||||
LEX = flex
|
||||
|
|
Loading…
Reference in a new issue