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
59968d3b
Commit
59968d3b
authored
Mar 30, 2009
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: Makefile: Add simple make install target.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
d6c178e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/mips/Makefile
arch/mips/Makefile
+6
-0
No files found.
arch/mips/Makefile
View file @
59968d3b
...
@@ -720,11 +720,17 @@ ifdef CONFIG_MIPS32_O32
...
@@ -720,11 +720,17 @@ ifdef CONFIG_MIPS32_O32
$(Q)$(MAKE)
$(build)
=
.
missing-syscalls
EXTRA_CFLAGS
=
"-mabi=32"
$(Q)$(MAKE)
$(build)
=
.
missing-syscalls
EXTRA_CFLAGS
=
"-mabi=32"
endif
endif
install
:
$(Q)
install
-D
-m
755 vmlinux
$(INSTALL_PATH)
/vmlinux-
$(KERNELRELEASE)
$(Q)
install
-D
-m
644 .config
$(INSTALL_PATH)
/config-
$(KERNELRELEASE)
$(Q)
install
-D
-m
644 System.map
$(INSTALL_PATH)
/System.map-
$(KERNELRELEASE)
archclean
:
archclean
:
@
$(MAKE)
$(clean)
=
arch
/mips/boot
@
$(MAKE)
$(clean)
=
arch
/mips/boot
@
$(MAKE)
$(clean)
=
arch
/mips/lasat
@
$(MAKE)
$(clean)
=
arch
/mips/lasat
define
archhelp
define
archhelp
echo
' install - install kernel into $(INSTALL_PATH)'
echo
' vmlinux.ecoff - ECOFF boot image'
echo
' vmlinux.ecoff - ECOFF boot image'
echo
' vmlinux.bin - Raw binary boot image'
echo
' vmlinux.bin - Raw binary boot image'
echo
' vmlinux.srec - SREC boot image'
echo
' vmlinux.srec - SREC boot image'
...
...
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