summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-21 13:32:44 -0700
committerJon Loeliger <jdl@jdl.com>2011-09-22 10:16:28 -0500
commit9ebd9b4a56e54656431111e5ea7cd74e651910bf (patch)
tree3f0dc9a5b8d0e8581c339f50bfa6137da11bb2cd /Makefile
parenta4ea2fa9518ff0f4d7f4a08647599a727faac2e0 (diff)
downloaddtc-9ebd9b4a56e54656431111e5ea7cd74e651910bf.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2172d9a..380a705 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ endef
include Makefile.convert-dtsv0
include Makefile.dtc
-include Makefile.ftdump
+include Makefile.utils
BIN += convert-dtsv0
BIN += dtc