mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
fdtdump: rename from ftdump
The freetype package already installs a binary named "ftdump", so the dtc package conflicts with that. So rename the newer dtc tool to "fdtdump". This even makes a bit more sense: ftdump: [F]lat device [T]ree [dump] fdtdump: [F]lat [D]evice [T]ree [dump] Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
033089f290
commit
8f459c5d72
5 changed files with 13 additions and 13 deletions
6
Makefile
6
Makefile
|
@ -109,7 +109,7 @@ include Makefile.utils
|
|||
|
||||
BIN += convert-dtsv0
|
||||
BIN += dtc
|
||||
BIN += ftdump
|
||||
BIN += fdtdump
|
||||
|
||||
SCRIPTS = dtdiff
|
||||
|
||||
|
@ -119,7 +119,7 @@ all: $(BIN) libfdt
|
|||
ifneq ($(DEPTARGETS),)
|
||||
-include $(DTC_OBJS:%.o=%.d)
|
||||
-include $(CONVERT_OBJS:%.o=%.d)
|
||||
-include $(FTDUMP_OBJS:%.o=%.d)
|
||||
-include $(FDTDUMP_OBJS:%.o=%.d)
|
||||
endif
|
||||
|
||||
|
||||
|
@ -178,7 +178,7 @@ convert-dtsv0: $(CONVERT_OBJS)
|
|||
@$(VECHO) LD $@
|
||||
$(LINK.c) -o $@ $^
|
||||
|
||||
ftdump: $(FTDUMP_OBJS)
|
||||
fdtdump: $(FDTDUMP_OBJS)
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue