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
Arm Trusted Firmware
Commits
24baacac
Unverified
Commit
24baacac
authored
Jan 15, 2018
by
davidcunado-arm
Committed by
GitHub
Jan 15, 2018
Browse files
Merge pull request #1213 from masahir0y/uniphier
uniphier: clean-up platform makefile
parents
6bef8015
ff565310
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/socionext/uniphier/platform.mk
View file @
24baacac
...
...
@@ -117,4 +117,4 @@ endif
bl1_gzip
:
$(BUILD_PLAT)/bl1.bin.gzip
%.gzip
:
%
@
echo
" GZIP
$@
"
$(Q)
(
cat
$<
|
gzip
-n
-f
-9
>
$@
)
||
(
rm
-f
$@
||
false
)
$(Q)
gzip
-n
-f
-9
$<
--stdout
>
$@
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