Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
e7865765
Commit
e7865765
authored
Jul 28, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Fix archhelp.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
8496b401
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
arch/mips/Makefile
arch/mips/Makefile
+8
-0
arch/mips/boot/Makefile
arch/mips/boot/Makefile
+0
-4
No files found.
arch/mips/Makefile
View file @
e7865765
...
...
@@ -681,6 +681,14 @@ endif
archclean
:
@
$(MAKE)
$(clean)
=
arch
/mips/boot
define
archhelp
echo
' vmlinux.ecoff - ECOFF boot image'
echo
' vmlinux.bin - Raw binary boot image'
echo
' vmlinux.srec - SREC boot image'
echo
echo
' These will be default as apropriate for a configured platform.'
endef
CLEAN_FILES
+=
vmlinux.32
\
vmlinux.64
\
vmlinux.ecoff
arch/mips/boot/Makefile
View file @
e7865765
...
...
@@ -42,10 +42,6 @@ vmlinux.srec: $(VMLINUX)
$(obj)/addinitrd
:
$(obj)/addinitrd.c
$(HOSTCC)
-o
$@
$^
archhelp
:
@
echo
'* vmlinux.ecoff - ECOFF boot image'
@
echo
'* vmlinux.srec - SREC boot image'
clean-files
+=
addinitrd
\
elf2ecoff
\
vmlinux.bin
\
...
...
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