Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
3dab68f9
Commit
3dab68f9
authored
Nov 09, 2016
by
NiteHawk
Committed by
GitHub
Nov 09, 2016
Browse files
Merge pull request #77 from n1tehawk/contrib
Makefile: Revert sunxi-pio change from
209633ab
parents
1c3a6ca5
6cd51fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3dab68f9
...
...
@@ -33,13 +33,13 @@ endif
DEFAULT_CFLAGS
+=
-Iinclude
/
# Tools useful on host and target
TOOLS
=
sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part
TOOLS
=
sunxi-fexc sunxi-bootinfo sunxi-fel sunxi-nand-part
sunxi-pio
# Symlinks to sunxi-fexc
FEXC_LINKS
=
bin2fex fex2bin
# Tools which are only useful on the target
TARGET_TOOLS
=
sunxi-meminfo
sunxi-pio
TARGET_TOOLS
=
sunxi-meminfo
# Misc tools (of more "exotic" nature) not part of our default build / install
MISC_TOOLS
=
phoenix_info sunxi-nand-image-builder
...
...
@@ -173,8 +173,6 @@ sunxi-bootinfo: bootinfo.c
# target tools
TARGET_CFLAGS
=
$(DEFAULT_CFLAGS)
-static
$(CFLAGS)
sunxi-pio
:
pio.c
$(CROSS_CC)
$(TARGET_CFLAGS)
-o
$@
$<
sunxi-meminfo
:
meminfo.c
$(CROSS_CC)
$(TARGET_CFLAGS)
-o
$@
$<
sunxi-script_extractor
:
script_extractor.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment