mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Create Makefile.utils and move ftdump into it
We want to avoid a separate Makefile include for each utility, so this sets up a general one for utilities. Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a4ea2fa951
commit
9ebd9b4a56
3 changed files with 11 additions and 14 deletions
2
Makefile
2
Makefile
|
@ -105,7 +105,7 @@ endef
|
|||
|
||||
include Makefile.convert-dtsv0
|
||||
include Makefile.dtc
|
||||
include Makefile.ftdump
|
||||
include Makefile.utils
|
||||
|
||||
BIN += convert-dtsv0
|
||||
BIN += dtc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue