diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-02-27 18:39:04 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-02-27 18:39:04 -0500 |
commit | 55dc86f5db1dbf26b4179aea5c7ccd315ee20266 (patch) | |
tree | 5df4c5bc0c7e0f5d3b1d06d05e0287eb5c4dc93c /tools | |
parent | dad23a060745bec1d7b7999996c1af4e92148bcf (diff) |
Specify correct dependencies for tools/descramble
Fixes the red introduced in 6224efb2
Change-Id: I21e61fdb8e1b87486417faf34bfa6963e5ab2349
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools.make | 1 |
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 \ $(TOOLSDIR)/iaudio_bl_flash.c \ $(TOOLSDIR)/creative.c $(TOOLSDIR)/hmac-sha1.c \ $(TOOLSDIR)/rkw.c +$(TOOLSDIR)/descramble: $(TOOLSDIR)/descramble.c $(TOOLSDIR)/iriver.c $(TOOLSDIR)/gigabeat.c $(TOOLSDIR)/rdf2binary: $(TOOLSDIR)/rdf2binary.c $(TOOLSDIR)/convbdf: $(TOOLSDIR)/convbdf.c |