summaryrefslogtreecommitdiff
path: root/tools/tools.make
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-02-27 18:39:04 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-02-27 18:39:04 -0500
commit55dc86f5db1dbf26b4179aea5c7ccd315ee20266 (patch)
tree5df4c5bc0c7e0f5d3b1d06d05e0287eb5c4dc93c /tools/tools.make
parentdad23a060745bec1d7b7999996c1af4e92148bcf (diff)
downloadrockbox-55dc86f5db1dbf26b4179aea5c7ccd315ee20266.tar.gz
rockbox-55dc86f5db1dbf26b4179aea5c7ccd315ee20266.zip
Specify correct dependencies for tools/descramble
Fixes the red introduced in 6224efb2 Change-Id: I21e61fdb8e1b87486417faf34bfa6963e5ab2349
Diffstat (limited to 'tools/tools.make')
-rw-r--r--tools/tools.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools.make b/tools/tools.make
index 483d306950..00cb431078 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -15,6 +15,7 @@ $(TOOLSDIR)/scramble: $(TOOLSDIR)/scramble.c $(TOOLSDIR)/iriver.c \
15 $(TOOLSDIR)/iaudio_bl_flash.c \ 15 $(TOOLSDIR)/iaudio_bl_flash.c \
16 $(TOOLSDIR)/creative.c $(TOOLSDIR)/hmac-sha1.c \ 16 $(TOOLSDIR)/creative.c $(TOOLSDIR)/hmac-sha1.c \
17 $(TOOLSDIR)/rkw.c 17 $(TOOLSDIR)/rkw.c
18$(TOOLSDIR)/descramble: $(TOOLSDIR)/descramble.c $(TOOLSDIR)/iriver.c $(TOOLSDIR)/gigabeat.c
18 19
19$(TOOLSDIR)/rdf2binary: $(TOOLSDIR)/rdf2binary.c 20$(TOOLSDIR)/rdf2binary: $(TOOLSDIR)/rdf2binary.c
20$(TOOLSDIR)/convbdf: $(TOOLSDIR)/convbdf.c 21$(TOOLSDIR)/convbdf: $(TOOLSDIR)/convbdf.c