diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/hwstub/stub/rk27xx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/hwstub/stub/rk27xx/Makefile b/utils/hwstub/stub/rk27xx/Makefile index 9376553..36fd07f 100644 --- a/utils/hwstub/stub/rk27xx/Makefile +++ b/utils/hwstub/stub/rk27xx/Makefile @@ -12,3 +12,6 @@ BUILD_DIR=$(CURDIR)/build/ ROOT_DIR=$(CURDIR)/.. include ../hwstub.make + +rkw: $(EXEC_BIN) + $(SILENT)$(ROOT_DIR)/../../../tools/scramble -rkw -modelnum=73 $(BUILD_DIR)/hwstub.bin $(BUILD_DIR)/hwstub.rkw |