Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Swartz <justin.swartz@risingedge.co.za>2015-12-02 02:45:31 +0300
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>2015-12-16 09:44:32 +0300
commit236e9f4ff4da84ddc7366c4e2903da3b2f7f876a (patch)
tree877b97360395eb9551c29552021d1d00872f3b85 /Makefile
parent7755022252f76b6b22762e85daf5e5118157c22f (diff)
Makefile: Add sunxi-script_extractor target
Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za> Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7fb0931..8e7f106 100644
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,9 @@ sunxi-bootinfo: bootinfo.c
sunxi-meminfo: meminfo.c
$(CROSS_COMPILE)gcc -g -O0 -Wall -static -o $@ $^
+sunxi-script_extractor: script_extractor.c
+ $(CROSS_COMPILE)gcc -g -O0 -Wall -static -o $@ $^
+
.gitignore: Makefile
@for x in $(TOOLS) $(FEXC_LINKS) $(TARGET_TOOLS) '*.o' '*.swp'; do \
echo "$$x"; \