From 53d9f2e6a7564e487bdac87f6e28c662e8407458 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 7 Aug 2014 19:09:35 +0200 Subject: rkwtool: The tool to inspect and extract update RKW files Change-Id: Ie32d0a597b93d23a7d5946a3d9409572b41b45bc --- utils/rk27utils/rkwtool/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/rk27utils/rkwtool/Makefile (limited to 'utils/rk27utils/rkwtool/Makefile') diff --git a/utils/rk27utils/rkwtool/Makefile b/utils/rk27utils/rkwtool/Makefile new file mode 100644 index 0000000000..239733cb87 --- /dev/null +++ b/utils/rk27utils/rkwtool/Makefile @@ -0,0 +1,7 @@ +all: rkwtool + +rkwtool: rkw.c main.c + gcc -g -std=c99 -o $@ -W -Wall $^ + +clean: + rm -fr rkwtool -- cgit v1.2.3