Commit 236e9f4f authored by Justin Swartz's avatar Justin Swartz Committed by Siarhei Siamashka
Browse files

Makefile: Add sunxi-script_extractor target


Signed-off-by: default avatarJustin Swartz <justin.swartz@risingedge.co.za>
Acked-by: default avatarSiarhei Siamashka <siarhei.siamashka@gmail.com>
parent 77550222
......@@ -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"; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment