summaryrefslogtreecommitdiffstats
path: root/utils/rk27utils/rkboottool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rk27utils/rkboottool/Makefile')
-rw-r--r--utils/rk27utils/rkboottool/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/rk27utils/rkboottool/Makefile b/utils/rk27utils/rkboottool/Makefile
new file mode 100644
index 0000000000..895dfc87cc
--- /dev/null
+++ b/utils/rk27utils/rkboottool/Makefile
@@ -0,0 +1,7 @@
+all: rkboottool
+
+rkboottool: rkboottool.c
+ gcc -g -std=c99 -o $@ -W -Wall $^
+
+clean:
+ rm -fr rkboottool